#BC5365

Color #BC5365 Blush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blush #BC5365

Tints of Blush #BC5365

Color information

#BC5365 (or 0xBC5365) is unknown color: approx Blush. HEX triplet: BC, 53 and 65. RGB value is (188,83,101). Sum of RGB (Red+Green+Blue) = 188+83+101=372 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.54% from 372); Green value is 83 (32.81% from 255 or 22.31% from 372); Blue value is 101 (39.84% from 255 or 27.15% from 372); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5365 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5365 is #43AC9A. Grayscale: #747474. Windows color (decimal): -4435099 or 6640572. OLE color: 6640572.

HSL color Cylindrical-coordinate representation of color #BC5365: hue angle of 349.71º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BC5365 is Cyan = 0, Magento = 0.56, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB18883101-
CMYK00.560.460.26
HSL349.71º43.93%53.14%-
HSV(B)349.71º55.85%73.73%-
XYZ26.1817.8214.37-
YUV116.45119.29179.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 50.54%
GREEN value IS 83 (32.81% from 255) = 22.31%
BLUE value IS 101 (39.84% from 255) = 27.15%
R=50.54%
G=22.31%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888310100.560.460.26349.7143.9353.14
HexBC53650382E1A15e2c35
Octal27412314507056325365465
Binary1011110010100111100101011100010111011010101011110101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5365; }

 p { color: rgb(188,83,101); }

 H1.HeaderClassName
 {
   color: #BC5365;
 }
 .AnyTagClassName
 {
   color: #BC5365;
 }
</style>
background-color css

<style>
 a { background-color: #BC5365; }

 a { background-color: rgb(188,83,101); }

 div.DivClassName
 {
   background-color: #BC5365;
 }
 .BgClassName
 {
   background-color: #BC5365;
 }
</style>
border-color css

<style>
 span { border-color: #BC5365; }

 span { border-color: rgb(188,83,101); }

 td.TdClassName
 {
   border-color: #BC5365;
 }
 .TagClassName
 {
   border-color: #BC5365;
 }
</style>