Shades of Thatch #B8968E
Tints of Thatch #B8968E
RGB
CMYK
RGB Variations
Color information
#B8968E (or 0xB8968E) is known color: Thatch. HEX triplet: B8, 96 and 8E. RGB value is (184,150,142). Sum of RGB (Red+Green+Blue) = 184+150+142=476 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.66% from 476); Green value is 150 (58.98% from 255 or 31.51% from 476); Blue value is 142 (55.86% from 255 or 29.83% from 476); Max value from RGB is 184 - color contains mainly: red. Hex color #B8968E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8968E is #476971. Grayscale: #9F9F9F. Windows color (decimal): -4680050 or 9344696. OLE color: 9344696.
HSL color Cylindrical-coordinate representation of color #B8968E: hue angle of 11.43º 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 #B8968E is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 150 | 142 | - |
| CMYK | 0 | 0.18 | 0.23 | 0.28 |
| HSL | 11.43º | 0.23% | 0.64% | - |
| HSV(B) | 11.43º | 0.23% | 0.72% | - |
| XYZ | 35.56 | 33.96 | 30.27 | - |
| YUV | 159.25 | 118.26 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 150 | 142 | 0 | 0.18 | 0.23 | 0.28 | 11.43 | 0.23 | 0.64 |
| Hex | B8 | 96 | 8E | 0 | 12 | 17 | 1C | B | 17 | 40 |
| Octal | 270 | 226 | 216 | 0 | 22 | 27 | 34 | 13 | 27 | 100 |
| Binary | 10111000 | 10010110 | 10001110 | 0 | 10010 | 10111 | 11100 | 1011 | 10111 | 1000000 |
Color Harmonies of #B8968E
Complementary color
Monochromatic Colors of #B8968E
Black with #B8968E
Text Example
Text Example
White with #B8968E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8968E; }
p { color: rgb(184,150,142); }
H1.HeaderClassName
{
color: #B8968E;
}
.AnyTagClassName
{
color: #B8968E;
}
</style>
background-color css
<style>
a { background-color: #B8968E; }
a { background-color: rgb(184,150,142); }
div.DivClassName
{
background-color: #B8968E;
}
.BgClassName
{
background-color: #B8968E;
}
</style>
border-color css
<style>
span { border-color: #B8968E; }
span { border-color: rgb(184,150,142); }
td.TdClassName
{
border-color: #B8968E;
}
.TagClassName
{
border-color: #B8968E;
}
</style>