#BB9695

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

Shades of Rosy Brown #BB9695

Tints of Rosy Brown #BB9695

Color information

#BB9695 (or 0xBB9695) is unknown color: approx Rosy Brown. HEX triplet: BB, 96 and 95. RGB value is (187,150,149). Sum of RGB (Red+Green+Blue) = 187+150+149=486 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.48% from 486); Green value is 150 (58.98% from 255 or 30.86% from 486); Blue value is 149 (58.59% from 255 or 30.66% from 486); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9695 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9695 is #44696A. Grayscale: #A0A0A0. Windows color (decimal): -4483435 or 9803451. OLE color: 9803451.

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

Color convert

RGB187150149-
CMYK00.200.200.27
HSL1.58º21.84%65.88%-
HSV(B)1.58º20.32%73.33%-
XYZ36.8234.5533.16-
YUV160.95121.26146.58-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.48%
GREEN value IS 150 (58.98% from 255) = 30.86%
BLUE value IS 149 (58.59% from 255) = 30.66%
R=38.48%
G=30.86%
B=30.66%

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
Decimal18715014900.200.200.271.5821.8465.88
HexBB9695014141B21642
Octal2732262250242433226102
Binary101110111001011010010101010100101001101110101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9695; }

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

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

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

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

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

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

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

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