Shades of Thatch #B09291
Tints of Thatch #B09291
RGB
CMYK
RGB Variations
Color information
#B09291 (or 0xB09291) is known color: Thatch. HEX triplet: B0, 92 and 91. RGB value is (176,146,145). Sum of RGB (Red+Green+Blue) = 176+146+145=467 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.69% from 467); Green value is 146 (57.42% from 255 or 31.26% from 467); Blue value is 145 (57.03% from 255 or 31.05% from 467); Max value from RGB is 176 - color contains mainly: red. Hex color #B09291 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09291 is #4F6D6E. Grayscale: #9A9A9A. Windows color (decimal): -5205359 or 9540272. OLE color: 9540272.
HSL color Cylindrical-coordinate representation of color #B09291: hue angle of 1.94º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B09291 is Cyan = 0, Magento = 0.17, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 146 | 145 | - |
| CMYK | 0 | 0.17 | 0.18 | 0.31 |
| HSL | 1.94º | 0.16% | 0.63% | - |
| HSV(B) | 1.94º | 0.18% | 0.69% | - |
| XYZ | 33.29 | 31.83 | 31.18 | - |
| YUV | 154.86 | 122.44 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 146 | 145 | 0 | 0.17 | 0.18 | 0.31 | 1.94 | 0.16 | 0.63 |
| Hex | B0 | 92 | 91 | 0 | 11 | 12 | 1F | 2 | 10 | 3F |
| Octal | 260 | 222 | 221 | 0 | 21 | 22 | 37 | 2 | 20 | 77 |
| Binary | 10110000 | 10010010 | 10010001 | 0 | 10001 | 10010 | 11111 | 10 | 10000 | 111111 |
Color Harmonies of #B09291
Complementary color
Monochromatic Colors of #B09291
Black with #B09291
Text Example
Text Example
White with #B09291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09291; }
p { color: rgb(176,146,145); }
H1.HeaderClassName
{
color: #B09291;
}
.AnyTagClassName
{
color: #B09291;
}
</style>
background-color css
<style>
a { background-color: #B09291; }
a { background-color: rgb(176,146,145); }
div.DivClassName
{
background-color: #B09291;
}
.BgClassName
{
background-color: #B09291;
}
</style>
border-color css
<style>
span { border-color: #B09291; }
span { border-color: rgb(176,146,145); }
td.TdClassName
{
border-color: #B09291;
}
.TagClassName
{
border-color: #B09291;
}
</style>