Shades of Thatch #B28F89
Tints of Thatch #B28F89
RGB
CMYK
RGB Variations
Color information
#B28F89 (or 0xB28F89) is known color: Thatch. HEX triplet: B2, 8F and 89. RGB value is (178,143,137). Sum of RGB (Red+Green+Blue) = 178+143+137=458 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.86% from 458); Green value is 143 (56.25% from 255 or 31.22% from 458); Blue value is 137 (53.91% from 255 or 29.91% from 458); Max value from RGB is 178 - color contains mainly: red. Hex color #B28F89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28F89 is #4D7076. Grayscale: #989898. Windows color (decimal): -5075063 or 9015218. OLE color: 9015218.
HSL color Cylindrical-coordinate representation of color #B28F89: hue angle of 8.78º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B28F89 is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 143 | 137 | - |
| CMYK | 0 | 0.20 | 0.23 | 0.30 |
| HSL | 8.78º | 0.21% | 0.62% | - |
| HSV(B) | 8.78º | 0.23% | 0.7% | - |
| XYZ | 32.7 | 30.92 | 27.91 | - |
| YUV | 152.78 | 119.1 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 143 | 137 | 0 | 0.20 | 0.23 | 0.30 | 8.78 | 0.21 | 0.62 |
| Hex | B2 | 8F | 89 | 0 | 14 | 17 | 1E | 9 | 15 | 3E |
| Octal | 262 | 217 | 211 | 0 | 24 | 27 | 36 | 11 | 25 | 76 |
| Binary | 10110010 | 10001111 | 10001001 | 0 | 10100 | 10111 | 11110 | 1001 | 10101 | 111110 |
Color Harmonies of #B28F89
Complementary color
Monochromatic Colors of #B28F89
Black with #B28F89
Text Example
Text Example
White with #B28F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28F89; }
p { color: rgb(178,143,137); }
H1.HeaderClassName
{
color: #B28F89;
}
.AnyTagClassName
{
color: #B28F89;
}
</style>
background-color css
<style>
a { background-color: #B28F89; }
a { background-color: rgb(178,143,137); }
div.DivClassName
{
background-color: #B28F89;
}
.BgClassName
{
background-color: #B28F89;
}
</style>
border-color css
<style>
span { border-color: #B28F89; }
span { border-color: rgb(178,143,137); }
td.TdClassName
{
border-color: #B28F89;
}
.TagClassName
{
border-color: #B28F89;
}
</style>