#BC908D

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

Shades of Rosy Brown #BC908D

Tints of Rosy Brown #BC908D

Color information

#BC908D (or 0xBC908D) is unknown color: approx Rosy Brown. HEX triplet: BC, 90 and 8D. RGB value is (188,144,141). Sum of RGB (Red+Green+Blue) = 188+144+141=473 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.75% from 473); Green value is 144 (56.64% from 255 or 30.44% from 473); Blue value is 141 (55.47% from 255 or 29.81% from 473); Max value from RGB is 188 - color contains mainly: red. Hex color #BC908D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC908D is #436F72. Grayscale: #9C9C9C. Windows color (decimal): -4419443 or 9277628. OLE color: 9277628.

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

Color convert

RGB188144141-
CMYK00.230.250.26
HSL3.83º25.97%64.51%-
HSV(B)3.83º25%73.73%-
XYZ35.5232.5629.61-
YUV156.81119.08150.24-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.75%
GREEN value IS 144 (56.64% from 255) = 30.44%
BLUE value IS 141 (55.47% from 255) = 29.81%
R=39.75%
G=30.44%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.25
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814414100.230.250.263.8325.9764.51
HexBC908D017191A41a41
Octal2742202150273132432101
Binary1011110010010000100011010101111100111010100110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC908D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC908D; }

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

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

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

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

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

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

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

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