#BB9997

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

Shades of Rosy Brown #BB9997

Tints of Rosy Brown #BB9997

Color information

#BB9997 (or 0xBB9997) is unknown color: approx Rosy Brown. HEX triplet: BB, 99 and 97. RGB value is (187,153,151). Sum of RGB (Red+Green+Blue) = 187+153+151=491 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.09% from 491); Green value is 153 (60.16% from 255 or 31.16% from 491); Blue value is 151 (59.38% from 255 or 30.75% from 491); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9997 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9997 is #446668. Grayscale: #A2A2A2. Windows color (decimal): -4482665 or 9935291. OLE color: 9935291.

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

Color convert

RGB187153151-
CMYK00.180.190.27
HSL3.33º20.93%66.27%-
HSV(B)3.33º19.25%73.33%-
XYZ37.4735.5834.17-
YUV162.94121.26145.16-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.09%
GREEN value IS 153 (60.16% from 255) = 31.16%
BLUE value IS 151 (59.38% from 255) = 30.75%
R=38.09%
G=31.16%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715315100.180.190.273.3320.9366.27
HexBB9997012131B31542
Octal2732312270222333325102
Binary101110111001100110010111010010100111101111101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9997; }

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

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

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

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

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

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

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

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