Shades of Thatch #B8938E
Tints of Thatch #B8938E
RGB
CMYK
RGB Variations
Color information
#B8938E (or 0xB8938E) is known color: Thatch. HEX triplet: B8, 93 and 8E. RGB value is (184,147,142). Sum of RGB (Red+Green+Blue) = 184+147+142=473 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.90% from 473); Green value is 147 (57.81% from 255 or 31.08% from 473); Blue value is 142 (55.86% from 255 or 30.02% from 473); Max value from RGB is 184 - color contains mainly: red. Hex color #B8938E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8938E is #476C71. Grayscale: #9D9D9D. Windows color (decimal): -4680818 or 9343928. OLE color: 9343928.
HSL color Cylindrical-coordinate representation of color #B8938E: hue angle of 7.14º 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 #B8938E is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 147 | 142 | - |
| CMYK | 0 | 0.20 | 0.23 | 0.28 |
| HSL | 7.14º | 0.23% | 0.64% | - |
| HSV(B) | 7.14º | 0.23% | 0.72% | - |
| XYZ | 35.08 | 33.01 | 30.11 | - |
| YUV | 157.49 | 119.26 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 147 | 142 | 0 | 0.20 | 0.23 | 0.28 | 7.14 | 0.23 | 0.64 |
| Hex | B8 | 93 | 8E | 0 | 14 | 17 | 1C | 7 | 17 | 40 |
| Octal | 270 | 223 | 216 | 0 | 24 | 27 | 34 | 7 | 27 | 100 |
| Binary | 10111000 | 10010011 | 10001110 | 0 | 10100 | 10111 | 11100 | 111 | 10111 | 1000000 |
Color Harmonies of #B8938E
Complementary color
Monochromatic Colors of #B8938E
Black with #B8938E
Text Example
Text Example
White with #B8938E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8938E; }
p { color: rgb(184,147,142); }
H1.HeaderClassName
{
color: #B8938E;
}
.AnyTagClassName
{
color: #B8938E;
}
</style>
background-color css
<style>
a { background-color: #B8938E; }
a { background-color: rgb(184,147,142); }
div.DivClassName
{
background-color: #B8938E;
}
.BgClassName
{
background-color: #B8938E;
}
</style>
border-color css
<style>
span { border-color: #B8938E; }
span { border-color: rgb(184,147,142); }
td.TdClassName
{
border-color: #B8938E;
}
.TagClassName
{
border-color: #B8938E;
}
</style>