#BB9A96

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

Shades of Thatch #BB9A96

Tints of Thatch #BB9A96

Color information

#BB9A96 (or 0xBB9A96) is unknown color: approx Thatch. HEX triplet: BB, 9A and 96. RGB value is (187,154,150). Sum of RGB (Red+Green+Blue) = 187+154+150=491 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.09% from 491); Green value is 154 (60.55% from 255 or 31.36% from 491); Blue value is 150 (58.98% from 255 or 30.55% from 491); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9A96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9A96 is #446569. Grayscale: #A3A3A3. Windows color (decimal): -4482410 or 9870011. OLE color: 9870011.

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

Color convert

RGB187154150-
CMYK00.180.200.27
HSL6.49º21.39%66.08%-
HSV(B)6.49º19.79%73.33%-
XYZ37.5535.8833.8-
YUV163.41120.43144.83-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.09%
GREEN value IS 154 (60.55% from 255) = 31.36%
BLUE value IS 150 (58.98% from 255) = 30.55%
R=38.09%
G=31.36%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715415000.180.200.276.4921.3966.08
HexBB9A96012141B61542
Octal2732322260222433625102
Binary1011101110011010100101100100101010011011110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9A96; }

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

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

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

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

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

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

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

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