#B09994

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

Shades of Thatch #B09994

Tints of Thatch #B09994

Color information

#B09994 (or 0xB09994) is unknown color: approx Thatch. HEX triplet: B0, 99 and 94. RGB value is (176,153,148). Sum of RGB (Red+Green+Blue) = 176+153+148=477 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.90% from 477); Green value is 153 (60.16% from 255 or 32.08% from 477); Blue value is 148 (58.20% from 255 or 31.03% from 477); Max value from RGB is 176 - color contains mainly: red. Hex color #B09994 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09994 is #4F666B. Grayscale: #9F9F9F. Windows color (decimal): -5203564 or 9738672. OLE color: 9738672.

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

Color convert

RGB176153148-
CMYK00.130.160.31
HSL10.71º15.05%63.53%-
HSV(B)10.71º15.91%69.02%-
XYZ34.6434.1532.78-
YUV159.31121.62139.91-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.90%
GREEN value IS 153 (60.16% from 255) = 32.08%
BLUE value IS 148 (58.20% from 255) = 31.03%
R=36.90%
G=32.08%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615314800.130.160.3110.7115.0563.53
HexB099940D101Fbf40
Octal26023122401520371317100
Binary101100001001100110010100011011000011111101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09994; }

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

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

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

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

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

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

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

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