Shades of Thatch #B58D88
Tints of Thatch #B58D88
RGB
CMYK
RGB Variations
Color information
#B58D88 (or 0xB58D88) is known color: Thatch. HEX triplet: B5, 8D and 88. RGB value is (181,141,136). Sum of RGB (Red+Green+Blue) = 181+141+136=458 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.52% from 458); Green value is 141 (55.47% from 255 or 30.79% from 458); Blue value is 136 (53.52% from 255 or 29.69% from 458); Max value from RGB is 181 - color contains mainly: red. Hex color #B58D88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58D88 is #4A7277. Grayscale: #989898. Windows color (decimal): -4878968 or 8949173. OLE color: 8949173.
HSL color Cylindrical-coordinate representation of color #B58D88: hue angle of 6.67º degrees, saturation: 0.23, 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 #B58D88 is Cyan = 0, Magento = 0.22, Yellow = 0.25 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 141 | 136 | - |
| CMYK | 0 | 0.22 | 0.25 | 0.29 |
| HSL | 6.67º | 0.23% | 0.62% | - |
| HSV(B) | 6.67º | 0.25% | 0.71% | - |
| XYZ | 33.02 | 30.65 | 27.47 | - |
| YUV | 152.39 | 118.75 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 141 | 136 | 0 | 0.22 | 0.25 | 0.29 | 6.67 | 0.23 | 0.62 |
| Hex | B5 | 8D | 88 | 0 | 16 | 19 | 1D | 7 | 17 | 3E |
| Octal | 265 | 215 | 210 | 0 | 26 | 31 | 35 | 7 | 27 | 76 |
| Binary | 10110101 | 10001101 | 10001000 | 0 | 10110 | 11001 | 11101 | 111 | 10111 | 111110 |
Color Harmonies of #B58D88
Complementary color
Monochromatic Colors of #B58D88
Black with #B58D88
Text Example
Text Example
White with #B58D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58D88; }
p { color: rgb(181,141,136); }
H1.HeaderClassName
{
color: #B58D88;
}
.AnyTagClassName
{
color: #B58D88;
}
</style>
background-color css
<style>
a { background-color: #B58D88; }
a { background-color: rgb(181,141,136); }
div.DivClassName
{
background-color: #B58D88;
}
.BgClassName
{
background-color: #B58D88;
}
</style>
border-color css
<style>
span { border-color: #B58D88; }
span { border-color: rgb(181,141,136); }
td.TdClassName
{
border-color: #B58D88;
}
.TagClassName
{
border-color: #B58D88;
}
</style>