#B09895

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

Shades of Thatch #B09895

Tints of Thatch #B09895

Color information

#B09895 (or 0xB09895) is unknown color: approx Thatch. HEX triplet: B0, 98 and 95. RGB value is (176,152,149). Sum of RGB (Red+Green+Blue) = 176+152+149=477 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.90% from 477); Green value is 152 (59.77% from 255 or 31.87% from 477); Blue value is 149 (58.59% from 255 or 31.24% from 477); Max value from RGB is 176 - color contains mainly: red. Hex color #B09895 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09895 is #4F676A. Grayscale: #9E9E9E. Windows color (decimal): -5203819 or 9803952. OLE color: 9803952.

HSL color Cylindrical-coordinate representation of color #B09895: hue angle of 6.67º degrees, saturation: 0.15, 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 #B09895 is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB176152149-
CMYK00.140.150.31
HSL6.67º14.59%63.73%-
HSV(B)6.67º15.34%69.02%-
XYZ34.5633.8633.15-
YUV158.83122.45140.24-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.90%
GREEN value IS 152 (59.77% from 255) = 31.87%
BLUE value IS 149 (58.59% from 255) = 31.24%
R=36.90%
G=31.87%
B=31.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615214900.140.150.316.6714.5963.73
HexB098950EF1F7f40
Octal2602302250161737717100
Binary1011000010011000100101010111011111111111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09895; }

 p { color: rgb(176,152,149); }

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

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

 a { background-color: rgb(176,152,149); }

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

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

 span { border-color: rgb(176,152,149); }

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