Shades of Thatch #B58D85
Tints of Thatch #B58D85
RGB
CMYK
RGB Variations
Color information
#B58D85 (or 0xB58D85) is known color: Thatch. HEX triplet: B5, 8D and 85. RGB value is (181,141,133). Sum of RGB (Red+Green+Blue) = 181+141+133=455 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.78% from 455); Green value is 141 (55.47% from 255 or 30.99% from 455); Blue value is 133 (52.34% from 255 or 29.23% from 455); Max value from RGB is 181 - color contains mainly: red. Hex color #B58D85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58D85 is #4A727A. Grayscale: #989898. Windows color (decimal): -4878971 or 8752565. OLE color: 8752565.
HSL color Cylindrical-coordinate representation of color #B58D85: hue angle of 10º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B58D85 is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 141 | 133 | - |
| CMYK | 0 | 0.22 | 0.27 | 0.29 |
| HSL | 10º | 0.24% | 0.62% | - |
| HSV(B) | 10º | 0.27% | 0.71% | - |
| XYZ | 32.81 | 30.57 | 26.36 | - |
| YUV | 152.05 | 117.25 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 141 | 133 | 0 | 0.22 | 0.27 | 0.29 | 10 | 0.24 | 0.62 |
| Hex | B5 | 8D | 85 | 0 | 16 | 1B | 1D | A | 18 | 3E |
| Octal | 265 | 215 | 205 | 0 | 26 | 33 | 35 | 12 | 30 | 76 |
| Binary | 10110101 | 10001101 | 10000101 | 0 | 10110 | 11011 | 11101 | 1010 | 11000 | 111110 |
Color Harmonies of #B58D85
Complementary color
Monochromatic Colors of #B58D85
Black with #B58D85
Text Example
Text Example
White with #B58D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58D85; }
p { color: rgb(181,141,133); }
H1.HeaderClassName
{
color: #B58D85;
}
.AnyTagClassName
{
color: #B58D85;
}
</style>
background-color css
<style>
a { background-color: #B58D85; }
a { background-color: rgb(181,141,133); }
div.DivClassName
{
background-color: #B58D85;
}
.BgClassName
{
background-color: #B58D85;
}
</style>
border-color css
<style>
span { border-color: #B58D85; }
span { border-color: rgb(181,141,133); }
td.TdClassName
{
border-color: #B58D85;
}
.TagClassName
{
border-color: #B58D85;
}
</style>