Shades of Thatch #B09289
Tints of Thatch #B09289
RGB
CMYK
RGB Variations
Color information
#B09289 (or 0xB09289) is known color: Thatch. HEX triplet: B0, 92 and 89. RGB value is (176,146,137). Sum of RGB (Red+Green+Blue) = 176+146+137=459 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.34% from 459); Green value is 146 (57.42% from 255 or 31.81% from 459); Blue value is 137 (53.91% from 255 or 29.85% from 459); Max value from RGB is 176 - color contains mainly: red. Hex color #B09289 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09289 is #4F6D76. Grayscale: #9A9A9A. Windows color (decimal): -5205367 or 9015984. OLE color: 9015984.
HSL color Cylindrical-coordinate representation of color #B09289: hue angle of 13.85º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B09289 is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 146 | 137 | - |
| CMYK | 0 | 0.17 | 0.22 | 0.31 |
| HSL | 13.85º | 0.2% | 0.61% | - |
| HSV(B) | 13.85º | 0.22% | 0.69% | - |
| XYZ | 32.7 | 31.59 | 28.04 | - |
| YUV | 153.94 | 118.44 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 146 | 137 | 0 | 0.17 | 0.22 | 0.31 | 13.85 | 0.2 | 0.61 |
| Hex | B0 | 92 | 89 | 0 | 11 | 16 | 1F | E | 14 | 3D |
| Octal | 260 | 222 | 211 | 0 | 21 | 26 | 37 | 16 | 24 | 75 |
| Binary | 10110000 | 10010010 | 10001001 | 0 | 10001 | 10110 | 11111 | 1110 | 10100 | 111101 |
Color Harmonies of #B09289
Complementary color
Monochromatic Colors of #B09289
Black with #B09289
Text Example
Text Example
White with #B09289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09289; }
p { color: rgb(176,146,137); }
H1.HeaderClassName
{
color: #B09289;
}
.AnyTagClassName
{
color: #B09289;
}
</style>
background-color css
<style>
a { background-color: #B09289; }
a { background-color: rgb(176,146,137); }
div.DivClassName
{
background-color: #B09289;
}
.BgClassName
{
background-color: #B09289;
}
</style>
border-color css
<style>
span { border-color: #B09289; }
span { border-color: rgb(176,146,137); }
td.TdClassName
{
border-color: #B09289;
}
.TagClassName
{
border-color: #B09289;
}
</style>