#BC908E

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

Shades of Rosy Brown #BC908E

Tints of Rosy Brown #BC908E

Color information

#BC908E (or 0xBC908E) is unknown color: approx Rosy Brown. HEX triplet: BC, 90 and 8E. RGB value is (188,144,142). Sum of RGB (Red+Green+Blue) = 188+144+142=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 144 (56.64% from 255 or 30.38% from 474); Blue value is 142 (55.86% from 255 or 29.96% from 474); Max value from RGB is 188 - color contains mainly: red. Hex color #BC908E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC908E is #436F71. Grayscale: #9C9C9C. Windows color (decimal): -4419442 or 9343164. OLE color: 9343164.

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

Color convert

RGB188144142-
CMYK00.230.240.26
HSL2.61º25.56%64.71%-
HSV(B)2.61º24.47%73.73%-
XYZ35.5932.5930.01-
YUV156.93119.58150.16-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.66%
GREEN value IS 144 (56.64% from 255) = 30.38%
BLUE value IS 142 (55.86% from 255) = 29.96%
R=39.66%
G=30.38%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814414200.230.240.262.6125.5664.71
HexBC908E017181A31a41
Octal2742202160273032332101
Binary101111001001000010001110010111110001101011110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC908E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC908E; }

 p { color: rgb(188,144,142); }

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

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

 a { background-color: rgb(188,144,142); }

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

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

 span { border-color: rgb(188,144,142); }

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