Shades of Thatch #B08F89
Tints of Thatch #B08F89
RGB
CMYK
RGB Variations
Color information
#B08F89 (or 0xB08F89) is known color: Thatch. HEX triplet: B0, 8F and 89. RGB value is (176,143,137). Sum of RGB (Red+Green+Blue) = 176+143+137=456 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.60% from 456); Green value is 143 (56.25% from 255 or 31.36% from 456); Blue value is 137 (53.91% from 255 or 30.04% from 456); Max value from RGB is 176 - color contains mainly: red. Hex color #B08F89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08F89 is #4F7076. Grayscale: #989898. Windows color (decimal): -5206135 or 9015216. OLE color: 9015216.
HSL color Cylindrical-coordinate representation of color #B08F89: hue angle of 9.23º 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 #B08F89 is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 143 | 137 | - |
| CMYK | 0 | 0.19 | 0.22 | 0.31 |
| HSL | 9.23º | 0.2% | 0.61% | - |
| HSV(B) | 9.23º | 0.22% | 0.69% | - |
| XYZ | 32.24 | 30.68 | 27.89 | - |
| YUV | 152.18 | 119.43 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 143 | 137 | 0 | 0.19 | 0.22 | 0.31 | 9.23 | 0.2 | 0.61 |
| Hex | B0 | 8F | 89 | 0 | 13 | 16 | 1F | 9 | 14 | 3D |
| Octal | 260 | 217 | 211 | 0 | 23 | 26 | 37 | 11 | 24 | 75 |
| Binary | 10110000 | 10001111 | 10001001 | 0 | 10011 | 10110 | 11111 | 1001 | 10100 | 111101 |
Color Harmonies of #B08F89
Complementary color
Monochromatic Colors of #B08F89
Black with #B08F89
Text Example
Text Example
White with #B08F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08F89; }
p { color: rgb(176,143,137); }
H1.HeaderClassName
{
color: #B08F89;
}
.AnyTagClassName
{
color: #B08F89;
}
</style>
background-color css
<style>
a { background-color: #B08F89; }
a { background-color: rgb(176,143,137); }
div.DivClassName
{
background-color: #B08F89;
}
.BgClassName
{
background-color: #B08F89;
}
</style>
border-color css
<style>
span { border-color: #B08F89; }
span { border-color: rgb(176,143,137); }
td.TdClassName
{
border-color: #B08F89;
}
.TagClassName
{
border-color: #B08F89;
}
</style>