Shades of Thatch #B49188
Tints of Thatch #B49188
RGB
CMYK
RGB Variations
Color information
#B49188 (or 0xB49188) is known color: Thatch. HEX triplet: B4, 91 and 88. RGB value is (180,145,136). Sum of RGB (Red+Green+Blue) = 180+145+136=461 (61% of max value = 765). Red value is 180 (70.70% from 255 or 39.05% from 461); Green value is 145 (57.03% from 255 or 31.45% from 461); Blue value is 136 (53.52% from 255 or 29.50% from 461); Max value from RGB is 180 - color contains mainly: red. Hex color #B49188 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49188 is #4B6E77. Grayscale: #9A9A9A. Windows color (decimal): -4943480 or 8950196. OLE color: 8950196.
HSL color Cylindrical-coordinate representation of color #B49188: hue angle of 12.27º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B49188 is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 145 | 136 | - |
| CMYK | 0 | 0.19 | 0.24 | 0.29 |
| HSL | 12.27º | 0.23% | 0.62% | - |
| HSV(B) | 12.27º | 0.24% | 0.71% | - |
| XYZ | 33.39 | 31.73 | 27.66 | - |
| YUV | 154.44 | 117.6 | 146.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 145 | 136 | 0 | 0.19 | 0.24 | 0.29 | 12.27 | 0.23 | 0.62 |
| Hex | B4 | 91 | 88 | 0 | 13 | 18 | 1D | C | 17 | 3E |
| Octal | 264 | 221 | 210 | 0 | 23 | 30 | 35 | 14 | 27 | 76 |
| Binary | 10110100 | 10010001 | 10001000 | 0 | 10011 | 11000 | 11101 | 1100 | 10111 | 111110 |
Color Harmonies of #B49188
Complementary color
Monochromatic Colors of #B49188
Black with #B49188
Text Example
Text Example
White with #B49188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49188; }
p { color: rgb(180,145,136); }
H1.HeaderClassName
{
color: #B49188;
}
.AnyTagClassName
{
color: #B49188;
}
</style>
background-color css
<style>
a { background-color: #B49188; }
a { background-color: rgb(180,145,136); }
div.DivClassName
{
background-color: #B49188;
}
.BgClassName
{
background-color: #B49188;
}
</style>
border-color css
<style>
span { border-color: #B49188; }
span { border-color: rgb(180,145,136); }
td.TdClassName
{
border-color: #B49188;
}
.TagClassName
{
border-color: #B49188;
}
</style>