Shades of Thatch #B8948C
Tints of Thatch #B8948C
RGB
CMYK
RGB Variations
Color information
#B8948C (or 0xB8948C) is known color: Thatch. HEX triplet: B8, 94 and 8C. RGB value is (184,148,140). Sum of RGB (Red+Green+Blue) = 184+148+140=472 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.98% from 472); Green value is 148 (58.20% from 255 or 31.36% from 472); Blue value is 140 (55.08% from 255 or 29.66% from 472); Max value from RGB is 184 - color contains mainly: red. Hex color #B8948C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8948C is #476B73. Grayscale: #9D9D9D. Windows color (decimal): -4680564 or 9213112. OLE color: 9213112.
HSL color Cylindrical-coordinate representation of color #B8948C: hue angle of 10.91º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B8948C is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 148 | 140 | - |
| CMYK | 0 | 0.20 | 0.24 | 0.28 |
| HSL | 10.91º | 0.24% | 0.64% | - |
| HSV(B) | 10.91º | 0.24% | 0.72% | - |
| XYZ | 35.09 | 33.26 | 29.38 | - |
| YUV | 157.85 | 117.93 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 148 | 140 | 0 | 0.20 | 0.24 | 0.28 | 10.91 | 0.24 | 0.64 |
| Hex | B8 | 94 | 8C | 0 | 14 | 18 | 1C | B | 18 | 40 |
| Octal | 270 | 224 | 214 | 0 | 24 | 30 | 34 | 13 | 30 | 100 |
| Binary | 10111000 | 10010100 | 10001100 | 0 | 10100 | 11000 | 11100 | 1011 | 11000 | 1000000 |
Color Harmonies of #B8948C
Complementary color
Monochromatic Colors of #B8948C
Black with #B8948C
Text Example
Text Example
White with #B8948C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8948C; }
p { color: rgb(184,148,140); }
H1.HeaderClassName
{
color: #B8948C;
}
.AnyTagClassName
{
color: #B8948C;
}
</style>
background-color css
<style>
a { background-color: #B8948C; }
a { background-color: rgb(184,148,140); }
div.DivClassName
{
background-color: #B8948C;
}
.BgClassName
{
background-color: #B8948C;
}
</style>
border-color css
<style>
span { border-color: #B8948C; }
span { border-color: rgb(184,148,140); }
td.TdClassName
{
border-color: #B8948C;
}
.TagClassName
{
border-color: #B8948C;
}
</style>