#BC5962

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

Shades of Blush #BC5962

Tints of Blush #BC5962

Color information

#BC5962 (or 0xBC5962) is unknown color: approx Blush. HEX triplet: BC, 59 and 62. RGB value is (188,89,98). Sum of RGB (Red+Green+Blue) = 188+89+98=375 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.13% from 375); Green value is 89 (35.16% from 255 or 23.73% from 375); Blue value is 98 (38.67% from 255 or 26.13% from 375); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5962 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5962 is #43A69D. Grayscale: #777777. Windows color (decimal): -4433566 or 6445500. OLE color: 6445500.

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

Color convert

RGB1888998-
CMYK00.530.480.26
HSL354.55º42.49%54.31%-
HSV(B)354.55º52.66%73.73%-
XYZ26.5218.7213.77-
YUV119.63115.8176.77-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 50.13%
GREEN value IS 89 (35.16% from 255) = 23.73%
BLUE value IS 98 (38.67% from 255) = 26.13%
R=50.13%
G=23.73%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.48
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188899800.530.480.26354.5542.4954.31
HexBC5962035301A1632a36
Octal27413114206560325435266
Binary1011110010110011100010011010111000011010101100011101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5962; }

 p { color: rgb(188,89,98); }

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

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

 a { background-color: rgb(188,89,98); }

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

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

 span { border-color: rgb(188,89,98); }

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