Shades of Thatch #B49089
Tints of Thatch #B49089
RGB
CMYK
RGB Variations
Color information
#B49089 (or 0xB49089) is known color: Thatch. HEX triplet: B4, 90 and 89. RGB value is (180,144,137). Sum of RGB (Red+Green+Blue) = 180+144+137=461 (61% of max value = 765). Red value is 180 (70.70% from 255 or 39.05% from 461); Green value is 144 (56.64% from 255 or 31.24% from 461); Blue value is 137 (53.91% from 255 or 29.72% from 461); Max value from RGB is 180 - color contains mainly: red. Hex color #B49089 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49089 is #4B6F76. Grayscale: #9A9A9A. Windows color (decimal): -4943735 or 9015476. OLE color: 9015476.
HSL color Cylindrical-coordinate representation of color #B49089: hue angle of 9.77º degrees, saturation: 0.22, 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 #B49089 is Cyan = 0, Magento = 0.2, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 144 | 137 | - |
| CMYK | 0 | 0.2 | 0.24 | 0.29 |
| HSL | 9.77º | 0.22% | 0.62% | - |
| HSV(B) | 9.77º | 0.24% | 0.71% | - |
| XYZ | 33.31 | 31.46 | 27.98 | - |
| YUV | 153.97 | 118.43 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 144 | 137 | 0 | 0.2 | 0.24 | 0.29 | 9.77 | 0.22 | 0.62 |
| Hex | B4 | 90 | 89 | 0 | 14 | 18 | 1D | A | 16 | 3E |
| Octal | 264 | 220 | 211 | 0 | 24 | 30 | 35 | 12 | 26 | 76 |
| Binary | 10110100 | 10010000 | 10001001 | 0 | 10100 | 11000 | 11101 | 1010 | 10110 | 111110 |
Color Harmonies of #B49089
Complementary color
Monochromatic Colors of #B49089
Black with #B49089
Text Example
Text Example
White with #B49089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49089; }
p { color: rgb(180,144,137); }
H1.HeaderClassName
{
color: #B49089;
}
.AnyTagClassName
{
color: #B49089;
}
</style>
background-color css
<style>
a { background-color: #B49089; }
a { background-color: rgb(180,144,137); }
div.DivClassName
{
background-color: #B49089;
}
.BgClassName
{
background-color: #B49089;
}
</style>
border-color css
<style>
span { border-color: #B49089; }
span { border-color: rgb(180,144,137); }
td.TdClassName
{
border-color: #B49089;
}
.TagClassName
{
border-color: #B49089;
}
</style>