Shades of Thatch #B09189
Tints of Thatch #B09189
RGB
CMYK
RGB Variations
Color information
#B09189 (or 0xB09189) is known color: Thatch. HEX triplet: B0, 91 and 89. RGB value is (176,145,137). Sum of RGB (Red+Green+Blue) = 176+145+137=458 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.43% from 458); Green value is 145 (57.03% from 255 or 31.66% from 458); Blue value is 137 (53.91% from 255 or 29.91% from 458); Max value from RGB is 176 - color contains mainly: red. Hex color #B09189 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09189 is #4F6E76. Grayscale: #999999. Windows color (decimal): -5205623 or 9015728. OLE color: 9015728.
HSL color Cylindrical-coordinate representation of color #B09189: hue angle of 12.31º 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 #B09189 is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 145 | 137 | - |
| CMYK | 0 | 0.18 | 0.22 | 0.31 |
| HSL | 12.31º | 0.2% | 0.61% | - |
| HSV(B) | 12.31º | 0.22% | 0.69% | - |
| XYZ | 32.55 | 31.29 | 27.99 | - |
| YUV | 153.36 | 118.77 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 145 | 137 | 0 | 0.18 | 0.22 | 0.31 | 12.31 | 0.2 | 0.61 |
| Hex | B0 | 91 | 89 | 0 | 12 | 16 | 1F | C | 14 | 3D |
| Octal | 260 | 221 | 211 | 0 | 22 | 26 | 37 | 14 | 24 | 75 |
| Binary | 10110000 | 10010001 | 10001001 | 0 | 10010 | 10110 | 11111 | 1100 | 10100 | 111101 |
Color Harmonies of #B09189
Complementary color
Monochromatic Colors of #B09189
Black with #B09189
Text Example
Text Example
White with #B09189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09189; }
p { color: rgb(176,145,137); }
H1.HeaderClassName
{
color: #B09189;
}
.AnyTagClassName
{
color: #B09189;
}
</style>
background-color css
<style>
a { background-color: #B09189; }
a { background-color: rgb(176,145,137); }
div.DivClassName
{
background-color: #B09189;
}
.BgClassName
{
background-color: #B09189;
}
</style>
border-color css
<style>
span { border-color: #B09189; }
span { border-color: rgb(176,145,137); }
td.TdClassName
{
border-color: #B09189;
}
.TagClassName
{
border-color: #B09189;
}
</style>