Shades of Thatch #B8948D
Tints of Thatch #B8948D
RGB
CMYK
RGB Variations
Color information
#B8948D (or 0xB8948D) is known color: Thatch. HEX triplet: B8, 94 and 8D. RGB value is (184,148,141). Sum of RGB (Red+Green+Blue) = 184+148+141=473 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.90% from 473); Green value is 148 (58.20% from 255 or 31.29% from 473); Blue value is 141 (55.47% from 255 or 29.81% from 473); Max value from RGB is 184 - color contains mainly: red. Hex color #B8948D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8948D is #476B72. Grayscale: #9E9E9E. Windows color (decimal): -4680563 or 9278648. OLE color: 9278648.
HSL color Cylindrical-coordinate representation of color #B8948D: hue angle of 9.77º 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 #B8948D is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 148 | 141 | - |
| CMYK | 0 | 0.20 | 0.23 | 0.28 |
| HSL | 9.77º | 0.23% | 0.64% | - |
| HSV(B) | 9.77º | 0.23% | 0.72% | - |
| XYZ | 35.16 | 33.29 | 29.77 | - |
| YUV | 157.97 | 118.43 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 148 | 141 | 0 | 0.20 | 0.23 | 0.28 | 9.77 | 0.23 | 0.64 |
| Hex | B8 | 94 | 8D | 0 | 14 | 17 | 1C | A | 17 | 40 |
| Octal | 270 | 224 | 215 | 0 | 24 | 27 | 34 | 12 | 27 | 100 |
| Binary | 10111000 | 10010100 | 10001101 | 0 | 10100 | 10111 | 11100 | 1010 | 10111 | 1000000 |
Color Harmonies of #B8948D
Complementary color
Monochromatic Colors of #B8948D
Black with #B8948D
Text Example
Text Example
White with #B8948D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8948D; }
p { color: rgb(184,148,141); }
H1.HeaderClassName
{
color: #B8948D;
}
.AnyTagClassName
{
color: #B8948D;
}
</style>
background-color css
<style>
a { background-color: #B8948D; }
a { background-color: rgb(184,148,141); }
div.DivClassName
{
background-color: #B8948D;
}
.BgClassName
{
background-color: #B8948D;
}
</style>
border-color css
<style>
span { border-color: #B8948D; }
span { border-color: rgb(184,148,141); }
td.TdClassName
{
border-color: #B8948D;
}
.TagClassName
{
border-color: #B8948D;
}
</style>