#BC9997

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

Shades of Rosy Brown #BC9997

Tints of Rosy Brown #BC9997

Color information

#BC9997 (or 0xBC9997) is unknown color: approx Rosy Brown. HEX triplet: BC, 99 and 97. RGB value is (188,153,151). Sum of RGB (Red+Green+Blue) = 188+153+151=492 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.21% from 492); Green value is 153 (60.16% from 255 or 31.10% from 492); Blue value is 151 (59.38% from 255 or 30.69% from 492); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9997 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9997 is #436668. Grayscale: #A3A3A3. Windows color (decimal): -4417129 or 9935292. OLE color: 9935292.

HSL color Cylindrical-coordinate representation of color #BC9997: hue angle of 3.24º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BC9997 is Cyan = 0, Magento = 0.19, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB188153151-
CMYK00.190.200.26
HSL3.24º21.64%66.47%-
HSV(B)3.24º19.68%73.73%-
XYZ37.7235.7134.18-
YUV163.24121.1145.66-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.21%
GREEN value IS 153 (60.16% from 255) = 31.10%
BLUE value IS 151 (59.38% from 255) = 30.69%
R=38.21%
G=31.10%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815315100.190.200.263.2421.6466.47
HexBC9997013141A31642
Octal2742312270232432326102
Binary101111001001100110010111010011101001101011101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9997; }

 p { color: rgb(188,153,151); }

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

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

 a { background-color: rgb(188,153,151); }

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

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

 span { border-color: rgb(188,153,151); }

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