#BB9696

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

Shades of Rosy Brown #BB9696

Tints of Rosy Brown #BB9696

Color information

#BB9696 (or 0xBB9696) is unknown color: approx Rosy Brown. HEX triplet: BB, 96 and 96. RGB value is (187,150,150). Sum of RGB (Red+Green+Blue) = 187+150+150=487 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.40% from 487); Green value is 150 (58.98% from 255 or 30.80% from 487); Blue value is 150 (58.98% from 255 or 30.80% from 487); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9696 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9696 is #446969. Grayscale: #A1A1A1. Windows color (decimal): -4483434 or 9868987. OLE color: 9868987.

HSL color Cylindrical-coordinate representation of color #BB9696: hue angle of 0º 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 #BB9696 is Cyan = 0, Magento = 0.20, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB187150150-
CMYK00.200.200.27
HSL21.39%66.08%-
HSV(B)19.79%73.33%-
XYZ36.934.5833.58-
YUV161.06121.76146.5-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.40%
GREEN value IS 150 (58.98% from 255) = 30.80%
BLUE value IS 150 (58.98% from 255) = 30.80%
R=38.40%
G=30.80%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715015000.200.200.27021.3966.08
HexBB9696014141B01542
Octal2732262260242433025102
Binary10111011100101101001011001010010100110110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9696; }

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

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

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

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

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

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

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

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