#BB9796

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

Shades of Rosy Brown #BB9796

Tints of Rosy Brown #BB9796

Color information

#BB9796 (or 0xBB9796) is unknown color: approx Rosy Brown. HEX triplet: BB, 97 and 96. RGB value is (187,151,150). Sum of RGB (Red+Green+Blue) = 187+151+150=488 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.32% from 488); Green value is 151 (59.38% from 255 or 30.94% from 488); Blue value is 150 (58.98% from 255 or 30.74% from 488); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9796 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9796 is #446869. Grayscale: #A1A1A1. Windows color (decimal): -4483178 or 9869243. OLE color: 9869243.

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

Color convert

RGB187151150-
CMYK00.190.200.27
HSL1.62º21.39%66.08%-
HSV(B)1.62º19.79%73.33%-
XYZ37.0734.933.64-
YUV161.65121.43146.08-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.32%
GREEN value IS 151 (59.38% from 255) = 30.94%
BLUE value IS 150 (58.98% from 255) = 30.74%
R=38.32%
G=30.94%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715115000.190.200.271.6221.3966.08
HexBB9796013141B21542
Octal2732272260232433225102
Binary101110111001011110010110010011101001101110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9796; }

 p { color: rgb(187,151,150); }

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

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

 a { background-color: rgb(187,151,150); }

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

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

 span { border-color: rgb(187,151,150); }

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