Shades of Thatch #B7958F
Tints of Thatch #B7958F
RGB
CMYK
RGB Variations
Color information
#B7958F (or 0xB7958F) is known color: Thatch. HEX triplet: B7, 95 and 8F. RGB value is (183,149,143). Sum of RGB (Red+Green+Blue) = 183+149+143=475 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.53% from 475); Green value is 149 (58.59% from 255 or 31.37% from 475); Blue value is 143 (56.25% from 255 or 30.11% from 475); Max value from RGB is 183 - color contains mainly: red. Hex color #B7958F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7958F is #486A70. Grayscale: #9E9E9E. Windows color (decimal): -4745841 or 9409975. OLE color: 9409975.
HSL color Cylindrical-coordinate representation of color #B7958F: hue angle of 9º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B7958F is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 149 | 143 | - |
| CMYK | 0 | 0.19 | 0.22 | 0.28 |
| HSL | 9º | 0.22% | 0.64% | - |
| HSV(B) | 9º | 0.22% | 0.72% | - |
| XYZ | 35.23 | 33.55 | 30.6 | - |
| YUV | 158.48 | 119.26 | 145.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 149 | 143 | 0 | 0.19 | 0.22 | 0.28 | 9 | 0.22 | 0.64 |
| Hex | B7 | 95 | 8F | 0 | 13 | 16 | 1C | 9 | 16 | 40 |
| Octal | 267 | 225 | 217 | 0 | 23 | 26 | 34 | 11 | 26 | 100 |
| Binary | 10110111 | 10010101 | 10001111 | 0 | 10011 | 10110 | 11100 | 1001 | 10110 | 1000000 |
Color Harmonies of #B7958F
Complementary color
Monochromatic Colors of #B7958F
Black with #B7958F
Text Example
Text Example
White with #B7958F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7958F; }
p { color: rgb(183,149,143); }
H1.HeaderClassName
{
color: #B7958F;
}
.AnyTagClassName
{
color: #B7958F;
}
</style>
background-color css
<style>
a { background-color: #B7958F; }
a { background-color: rgb(183,149,143); }
div.DivClassName
{
background-color: #B7958F;
}
.BgClassName
{
background-color: #B7958F;
}
</style>
border-color css
<style>
span { border-color: #B7958F; }
span { border-color: rgb(183,149,143); }
td.TdClassName
{
border-color: #B7958F;
}
.TagClassName
{
border-color: #B7958F;
}
</style>