#B09892

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

Shades of Thatch #B09892

Tints of Thatch #B09892

Color information

#B09892 (or 0xB09892) is unknown color: approx Thatch. HEX triplet: B0, 98 and 92. RGB value is (176,152,146). Sum of RGB (Red+Green+Blue) = 176+152+146=474 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.13% from 474); Green value is 152 (59.77% from 255 or 32.07% from 474); Blue value is 146 (57.42% from 255 or 30.80% from 474); Max value from RGB is 176 - color contains mainly: red. Hex color #B09892 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09892 is #4F676D. Grayscale: #9E9E9E. Windows color (decimal): -5203822 or 9607344. OLE color: 9607344.

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

Color convert

RGB176152146-
CMYK00.140.170.31
HSL12º15.96%63.14%-
HSV(B)12º17.05%69.02%-
XYZ34.3233.7631.9-
YUV158.49120.95140.49-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.13%
GREEN value IS 152 (59.77% from 255) = 32.07%
BLUE value IS 146 (57.42% from 255) = 30.80%
R=37.13%
G=32.07%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615214600.140.170.311215.9663.14
HexB098920E111Fc103f
Octal2602302220162137142077
Binary101100001001100010010010011101000111111110010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09892; }

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

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

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

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

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

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

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

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