#B09996

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

Shades of Thatch #B09996

Tints of Thatch #B09996

Color information

#B09996 (or 0xB09996) is unknown color: approx Thatch. HEX triplet: B0, 99 and 96. RGB value is (176,153,150). Sum of RGB (Red+Green+Blue) = 176+153+150=479 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.74% from 479); Green value is 153 (60.16% from 255 or 31.94% from 479); Blue value is 150 (58.98% from 255 or 31.32% from 479); Max value from RGB is 176 - color contains mainly: red. Hex color #B09996 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09996 is #4F6669. Grayscale: #9F9F9F. Windows color (decimal): -5203562 or 9869744. OLE color: 9869744.

HSL color Cylindrical-coordinate representation of color #B09996: hue angle of 6.92º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B09996 is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB176153150-
CMYK00.130.150.31
HSL6.92º14.13%63.92%-
HSV(B)6.92º14.77%69.02%-
XYZ34.834.2133.62-
YUV159.54122.62139.74-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.74%
GREEN value IS 153 (60.16% from 255) = 31.94%
BLUE value IS 150 (58.98% from 255) = 31.32%
R=36.74%
G=31.94%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615315000.130.150.316.9214.1363.92
HexB099960DF1F7e40
Octal2602312260151737716100
Binary1011000010011001100101100110111111111111111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09996; }

 p { color: rgb(176,153,150); }

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

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

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

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

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

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

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