Shades of Thatch #B5968F
Tints of Thatch #B5968F
RGB
CMYK
RGB Variations
Color information
#B5968F (or 0xB5968F) is known color: Thatch. HEX triplet: B5, 96 and 8F. RGB value is (181,150,143). Sum of RGB (Red+Green+Blue) = 181+150+143=474 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.19% from 474); Green value is 150 (58.98% from 255 or 31.65% from 474); Blue value is 143 (56.25% from 255 or 30.17% from 474); Max value from RGB is 181 - color contains mainly: red. Hex color #B5968F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5968F is #4A6970. Grayscale: #9E9E9E. Windows color (decimal): -4876657 or 9410229. OLE color: 9410229.
HSL color Cylindrical-coordinate representation of color #B5968F: hue angle of 11.05º 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 #B5968F is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 150 | 143 | - |
| CMYK | 0 | 0.17 | 0.21 | 0.29 |
| HSL | 11.05º | 0.2% | 0.64% | - |
| HSV(B) | 11.05º | 0.21% | 0.71% | - |
| XYZ | 34.92 | 33.62 | 30.64 | - |
| YUV | 158.47 | 119.27 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 150 | 143 | 0 | 0.17 | 0.21 | 0.29 | 11.05 | 0.2 | 0.64 |
| Hex | B5 | 96 | 8F | 0 | 11 | 15 | 1D | B | 14 | 40 |
| Octal | 265 | 226 | 217 | 0 | 21 | 25 | 35 | 13 | 24 | 100 |
| Binary | 10110101 | 10010110 | 10001111 | 0 | 10001 | 10101 | 11101 | 1011 | 10100 | 1000000 |
Color Harmonies of #B5968F
Complementary color
Monochromatic Colors of #B5968F
Black with #B5968F
Text Example
Text Example
White with #B5968F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5968F; }
p { color: rgb(181,150,143); }
H1.HeaderClassName
{
color: #B5968F;
}
.AnyTagClassName
{
color: #B5968F;
}
</style>
background-color css
<style>
a { background-color: #B5968F; }
a { background-color: rgb(181,150,143); }
div.DivClassName
{
background-color: #B5968F;
}
.BgClassName
{
background-color: #B5968F;
}
</style>
border-color css
<style>
span { border-color: #B5968F; }
span { border-color: rgb(181,150,143); }
td.TdClassName
{
border-color: #B5968F;
}
.TagClassName
{
border-color: #B5968F;
}
</style>