#B09795

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

Shades of Thatch #B09795

Tints of Thatch #B09795

Color information

#B09795 (or 0xB09795) is unknown color: approx Thatch. HEX triplet: B0, 97 and 95. RGB value is (176,151,149). Sum of RGB (Red+Green+Blue) = 176+151+149=476 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.97% from 476); Green value is 151 (59.38% from 255 or 31.72% from 476); Blue value is 149 (58.59% from 255 or 31.30% from 476); Max value from RGB is 176 - color contains mainly: red. Hex color #B09795 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09795 is #4F686A. Grayscale: #9E9E9E. Windows color (decimal): -5204075 or 9803696. OLE color: 9803696.

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

Color convert

RGB176151149-
CMYK00.140.150.31
HSL4.44º14.59%63.73%-
HSV(B)4.44º15.34%69.02%-
XYZ34.433.5333.09-
YUV158.25122.78140.66-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.97%
GREEN value IS 151 (59.38% from 255) = 31.72%
BLUE value IS 149 (58.59% from 255) = 31.30%
R=36.97%
G=31.72%
B=31.30%

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
Decimal17615114900.140.150.314.4414.5963.73
HexB097950EF1F4f40
Octal2602272250161737417100
Binary1011000010010111100101010111011111111110011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09795; }

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

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

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

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

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

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

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

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