Shades of Thatch #B8938D
Tints of Thatch #B8938D
RGB
CMYK
RGB Variations
Color information
#B8938D (or 0xB8938D) is known color: Thatch. HEX triplet: B8, 93 and 8D. RGB value is (184,147,141). Sum of RGB (Red+Green+Blue) = 184+147+141=472 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.98% from 472); Green value is 147 (57.81% from 255 or 31.14% from 472); Blue value is 141 (55.47% from 255 or 29.87% from 472); Max value from RGB is 184 - color contains mainly: red. Hex color #B8938D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8938D is #476C72. Grayscale: #9D9D9D. Windows color (decimal): -4680819 or 9278392. OLE color: 9278392.
HSL color Cylindrical-coordinate representation of color #B8938D: hue angle of 8.37º 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 #B8938D is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 147 | 141 | - |
| CMYK | 0 | 0.20 | 0.23 | 0.28 |
| HSL | 8.37º | 0.23% | 0.64% | - |
| HSV(B) | 8.37º | 0.23% | 0.72% | - |
| XYZ | 35.01 | 32.98 | 29.72 | - |
| YUV | 157.38 | 118.76 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 147 | 141 | 0 | 0.20 | 0.23 | 0.28 | 8.37 | 0.23 | 0.64 |
| Hex | B8 | 93 | 8D | 0 | 14 | 17 | 1C | 8 | 17 | 40 |
| Octal | 270 | 223 | 215 | 0 | 24 | 27 | 34 | 10 | 27 | 100 |
| Binary | 10111000 | 10010011 | 10001101 | 0 | 10100 | 10111 | 11100 | 1000 | 10111 | 1000000 |
Color Harmonies of #B8938D
Complementary color
Monochromatic Colors of #B8938D
Black with #B8938D
Text Example
Text Example
White with #B8938D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8938D; }
p { color: rgb(184,147,141); }
H1.HeaderClassName
{
color: #B8938D;
}
.AnyTagClassName
{
color: #B8938D;
}
</style>
background-color css
<style>
a { background-color: #B8938D; }
a { background-color: rgb(184,147,141); }
div.DivClassName
{
background-color: #B8938D;
}
.BgClassName
{
background-color: #B8938D;
}
</style>
border-color css
<style>
span { border-color: #B8938D; }
span { border-color: rgb(184,147,141); }
td.TdClassName
{
border-color: #B8938D;
}
.TagClassName
{
border-color: #B8938D;
}
</style>