Shades of Thatch #B58F87
Tints of Thatch #B58F87
RGB
CMYK
RGB Variations
Color information
#B58F87 (or 0xB58F87) is known color: Thatch. HEX triplet: B5, 8F and 87. RGB value is (181,143,135). Sum of RGB (Red+Green+Blue) = 181+143+135=459 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.43% from 459); Green value is 143 (56.25% from 255 or 31.15% from 459); Blue value is 135 (53.12% from 255 or 29.41% from 459); Max value from RGB is 181 - color contains mainly: red. Hex color #B58F87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58F87 is #4A7078. Grayscale: #999999. Windows color (decimal): -4878457 or 8884149. OLE color: 8884149.
HSL color Cylindrical-coordinate representation of color #B58F87: hue angle of 10.43º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B58F87 is Cyan = 0, Magento = 0.21, Yellow = 0.25 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 143 | 135 | - |
| CMYK | 0 | 0.21 | 0.25 | 0.29 |
| HSL | 10.43º | 0.24% | 0.62% | - |
| HSV(B) | 10.43º | 0.25% | 0.71% | - |
| XYZ | 33.25 | 31.22 | 27.19 | - |
| YUV | 153.45 | 117.59 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 143 | 135 | 0 | 0.21 | 0.25 | 0.29 | 10.43 | 0.24 | 0.62 |
| Hex | B5 | 8F | 87 | 0 | 15 | 19 | 1D | A | 18 | 3E |
| Octal | 265 | 217 | 207 | 0 | 25 | 31 | 35 | 12 | 30 | 76 |
| Binary | 10110101 | 10001111 | 10000111 | 0 | 10101 | 11001 | 11101 | 1010 | 11000 | 111110 |
Color Harmonies of #B58F87
Complementary color
Monochromatic Colors of #B58F87
Black with #B58F87
Text Example
Text Example
White with #B58F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58F87; }
p { color: rgb(181,143,135); }
H1.HeaderClassName
{
color: #B58F87;
}
.AnyTagClassName
{
color: #B58F87;
}
</style>
background-color css
<style>
a { background-color: #B58F87; }
a { background-color: rgb(181,143,135); }
div.DivClassName
{
background-color: #B58F87;
}
.BgClassName
{
background-color: #B58F87;
}
</style>
border-color css
<style>
span { border-color: #B58F87; }
span { border-color: rgb(181,143,135); }
td.TdClassName
{
border-color: #B58F87;
}
.TagClassName
{
border-color: #B58F87;
}
</style>