Shades of Thatch #B4958E
Tints of Thatch #B4958E
RGB
CMYK
RGB Variations
Color information
#B4958E (or 0xB4958E) is known color: Thatch. HEX triplet: B4, 95 and 8E. RGB value is (180,149,142). Sum of RGB (Red+Green+Blue) = 180+149+142=471 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.22% from 471); Green value is 149 (58.59% from 255 or 31.63% from 471); Blue value is 142 (55.86% from 255 or 30.15% from 471); Max value from RGB is 180 - color contains mainly: red. Hex color #B4958E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4958E is #4B6A71. Grayscale: #9D9D9D. Windows color (decimal): -4942450 or 9344436. OLE color: 9344436.
HSL color Cylindrical-coordinate representation of color #B4958E: hue angle of 11.05º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B4958E is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 149 | 142 | - |
| CMYK | 0 | 0.17 | 0.21 | 0.29 |
| HSL | 11.05º | 0.2% | 0.63% | - |
| HSV(B) | 11.05º | 0.21% | 0.71% | - |
| XYZ | 34.45 | 33.15 | 30.17 | - |
| YUV | 157.47 | 119.27 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 149 | 142 | 0 | 0.17 | 0.21 | 0.29 | 11.05 | 0.2 | 0.63 |
| Hex | B4 | 95 | 8E | 0 | 11 | 15 | 1D | B | 14 | 3F |
| Octal | 264 | 225 | 216 | 0 | 21 | 25 | 35 | 13 | 24 | 77 |
| Binary | 10110100 | 10010101 | 10001110 | 0 | 10001 | 10101 | 11101 | 1011 | 10100 | 111111 |
Color Harmonies of #B4958E
Complementary color
Monochromatic Colors of #B4958E
Black with #B4958E
Text Example
Text Example
White with #B4958E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4958E; }
p { color: rgb(180,149,142); }
H1.HeaderClassName
{
color: #B4958E;
}
.AnyTagClassName
{
color: #B4958E;
}
</style>
background-color css
<style>
a { background-color: #B4958E; }
a { background-color: rgb(180,149,142); }
div.DivClassName
{
background-color: #B4958E;
}
.BgClassName
{
background-color: #B4958E;
}
</style>
border-color css
<style>
span { border-color: #B4958E; }
span { border-color: rgb(180,149,142); }
td.TdClassName
{
border-color: #B4958E;
}
.TagClassName
{
border-color: #B4958E;
}
</style>