Shades of Thatch #B49994
Tints of Thatch #B49994
RGB
CMYK
RGB Variations
Color information
#B49994 (or 0xB49994) is known color: Thatch. HEX triplet: B4, 99 and 94. RGB value is (180,153,148). Sum of RGB (Red+Green+Blue) = 180+153+148=481 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.42% from 481); Green value is 153 (60.16% from 255 or 31.81% from 481); Blue value is 148 (58.20% from 255 or 30.77% from 481); Max value from RGB is 180 - color contains mainly: red. Hex color #B49994 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49994 is #4B666B. Grayscale: #A0A0A0. Windows color (decimal): -4941420 or 9738676. OLE color: 9738676.
HSL color Cylindrical-coordinate representation of color #B49994: hue angle of 9.38º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B49994 is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 153 | 148 | - |
| CMYK | 0 | 0.15 | 0.18 | 0.29 |
| HSL | 9.38º | 0.18% | 0.64% | - |
| HSV(B) | 9.38º | 0.18% | 0.71% | - |
| XYZ | 35.56 | 34.62 | 32.83 | - |
| YUV | 160.5 | 120.95 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 153 | 148 | 0 | 0.15 | 0.18 | 0.29 | 9.38 | 0.18 | 0.64 |
| Hex | B4 | 99 | 94 | 0 | F | 12 | 1D | 9 | 12 | 40 |
| Octal | 264 | 231 | 224 | 0 | 17 | 22 | 35 | 11 | 22 | 100 |
| Binary | 10110100 | 10011001 | 10010100 | 0 | 1111 | 10010 | 11101 | 1001 | 10010 | 1000000 |
Color Harmonies of #B49994
Complementary color
Monochromatic Colors of #B49994
Black with #B49994
Text Example
Text Example
White with #B49994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49994; }
p { color: rgb(180,153,148); }
H1.HeaderClassName
{
color: #B49994;
}
.AnyTagClassName
{
color: #B49994;
}
</style>
background-color css
<style>
a { background-color: #B49994; }
a { background-color: rgb(180,153,148); }
div.DivClassName
{
background-color: #B49994;
}
.BgClassName
{
background-color: #B49994;
}
</style>
border-color css
<style>
span { border-color: #B49994; }
span { border-color: rgb(180,153,148); }
td.TdClassName
{
border-color: #B49994;
}
.TagClassName
{
border-color: #B49994;
}
</style>