#BC606E

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

Shades of Blush #BC606E

Tints of Blush #BC606E

Color information

#BC606E (or 0xBC606E) is unknown color: approx Blush. HEX triplet: BC, 60 and 6E. RGB value is (188,96,110). Sum of RGB (Red+Green+Blue) = 188+96+110=394 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.72% from 394); Green value is 96 (37.89% from 255 or 24.37% from 394); Blue value is 110 (43.36% from 255 or 27.92% from 394); Max value from RGB is 188 - color contains mainly: red. Hex color #BC606E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC606E is #439F91. Grayscale: #7D7D7D. Windows color (decimal): -4431762 or 7233724. OLE color: 7233724.

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

Color convert

RGB18896110-
CMYK00.490.410.26
HSL350.87º40.71%55.69%-
HSV(B)350.87º48.94%73.73%-
XYZ27.7420.1817.19-
YUV125.1119.48172.86-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.72%
GREEN value IS 96 (37.89% from 255) = 24.37%
BLUE value IS 110 (43.36% from 255) = 27.92%
R=47.72%
G=24.37%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889611000.490.410.26350.8740.7155.69
HexBC606E031291A15f2938
Octal27414015606151325375170
Binary1011110011000001101110011000110100111010101011111101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC606E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC606E; }

 p { color: rgb(188,96,110); }

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

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

 a { background-color: rgb(188,96,110); }

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

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

 span { border-color: rgb(188,96,110); }

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