#BB9B96

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

Shades of Thatch #BB9B96

Tints of Thatch #BB9B96

Color information

#BB9B96 (or 0xBB9B96) is unknown color: approx Thatch. HEX triplet: BB, 9B and 96. RGB value is (187,155,150). Sum of RGB (Red+Green+Blue) = 187+155+150=492 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.01% from 492); Green value is 155 (60.94% from 255 or 31.50% from 492); Blue value is 150 (58.98% from 255 or 30.49% from 492); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9B96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9B96 is #446469. Grayscale: #A4A4A4. Windows color (decimal): -4482154 or 9870267. OLE color: 9870267.

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

Color convert

RGB187155150-
CMYK00.170.200.27
HSL8.11º21.39%66.08%-
HSV(B)8.11º19.79%73.33%-
XYZ37.7236.2133.86-
YUV164120.1144.41-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.01%
GREEN value IS 155 (60.94% from 255) = 31.50%
BLUE value IS 150 (58.98% from 255) = 30.49%
R=38.01%
G=31.50%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715515000.170.200.278.1121.3966.08
HexBB9B96011141B81542
Octal27323322602124331025102
Binary10111011100110111001011001000110100110111000101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9B96; }

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

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

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

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

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

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

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

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