Shades of Thatch #B8958D
Tints of Thatch #B8958D
RGB
CMYK
RGB Variations
Color information
#B8958D (or 0xB8958D) is known color: Thatch. HEX triplet: B8, 95 and 8D. RGB value is (184,149,141). Sum of RGB (Red+Green+Blue) = 184+149+141=474 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.82% from 474); Green value is 149 (58.59% from 255 or 31.43% from 474); Blue value is 141 (55.47% from 255 or 29.75% from 474); Max value from RGB is 184 - color contains mainly: red. Hex color #B8958D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8958D is #476A72. Grayscale: #9E9E9E. Windows color (decimal): -4680307 or 9278904. OLE color: 9278904.
HSL color Cylindrical-coordinate representation of color #B8958D: hue angle of 11.16º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B8958D is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 149 | 141 | - |
| CMYK | 0 | 0.19 | 0.23 | 0.28 |
| HSL | 11.16º | 0.23% | 0.64% | - |
| HSV(B) | 11.16º | 0.23% | 0.72% | - |
| XYZ | 35.32 | 33.61 | 29.82 | - |
| YUV | 158.55 | 118.1 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 149 | 141 | 0 | 0.19 | 0.23 | 0.28 | 11.16 | 0.23 | 0.64 |
| Hex | B8 | 95 | 8D | 0 | 13 | 17 | 1C | B | 17 | 40 |
| Octal | 270 | 225 | 215 | 0 | 23 | 27 | 34 | 13 | 27 | 100 |
| Binary | 10111000 | 10010101 | 10001101 | 0 | 10011 | 10111 | 11100 | 1011 | 10111 | 1000000 |
Color Harmonies of #B8958D
Complementary color
Monochromatic Colors of #B8958D
Black with #B8958D
Text Example
Text Example
White with #B8958D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8958D; }
p { color: rgb(184,149,141); }
H1.HeaderClassName
{
color: #B8958D;
}
.AnyTagClassName
{
color: #B8958D;
}
</style>
background-color css
<style>
a { background-color: #B8958D; }
a { background-color: rgb(184,149,141); }
div.DivClassName
{
background-color: #B8958D;
}
.BgClassName
{
background-color: #B8958D;
}
</style>
border-color css
<style>
span { border-color: #B8958D; }
span { border-color: rgb(184,149,141); }
td.TdClassName
{
border-color: #B8958D;
}
.TagClassName
{
border-color: #B8958D;
}
</style>