Shades of Thatch #B5958F
Tints of Thatch #B5958F
RGB
CMYK
RGB Variations
Color information
#B5958F (or 0xB5958F) is known color: Thatch. HEX triplet: B5, 95 and 8F. RGB value is (181,149,143). Sum of RGB (Red+Green+Blue) = 181+149+143=473 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.27% from 473); Green value is 149 (58.59% from 255 or 31.50% from 473); Blue value is 143 (56.25% from 255 or 30.23% from 473); Max value from RGB is 181 - color contains mainly: red. Hex color #B5958F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5958F is #4A6A70. Grayscale: #9D9D9D. Windows color (decimal): -4876913 or 9409973. OLE color: 9409973.
HSL color Cylindrical-coordinate representation of color #B5958F: hue angle of 9.47º degrees, saturation: 0.2, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B5958F is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 149 | 143 | - |
| CMYK | 0 | 0.18 | 0.21 | 0.29 |
| HSL | 9.47º | 0.2% | 0.64% | - |
| HSV(B) | 9.47º | 0.21% | 0.71% | - |
| XYZ | 34.76 | 33.3 | 30.58 | - |
| YUV | 157.88 | 119.6 | 144.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 149 | 143 | 0 | 0.18 | 0.21 | 0.29 | 9.47 | 0.2 | 0.64 |
| Hex | B5 | 95 | 8F | 0 | 12 | 15 | 1D | 9 | 14 | 40 |
| Octal | 265 | 225 | 217 | 0 | 22 | 25 | 35 | 11 | 24 | 100 |
| Binary | 10110101 | 10010101 | 10001111 | 0 | 10010 | 10101 | 11101 | 1001 | 10100 | 1000000 |
Color Harmonies of #B5958F
Complementary color
Monochromatic Colors of #B5958F
Black with #B5958F
Text Example
Text Example
White with #B5958F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5958F; }
p { color: rgb(181,149,143); }
H1.HeaderClassName
{
color: #B5958F;
}
.AnyTagClassName
{
color: #B5958F;
}
</style>
background-color css
<style>
a { background-color: #B5958F; }
a { background-color: rgb(181,149,143); }
div.DivClassName
{
background-color: #B5958F;
}
.BgClassName
{
background-color: #B5958F;
}
</style>
border-color css
<style>
span { border-color: #B5958F; }
span { border-color: rgb(181,149,143); }
td.TdClassName
{
border-color: #B5958F;
}
.TagClassName
{
border-color: #B5958F;
}
</style>