Shades of Thatch #B49289
Tints of Thatch #B49289
RGB
CMYK
RGB Variations
Color information
#B49289 (or 0xB49289) is known color: Thatch. HEX triplet: B4, 92 and 89. RGB value is (180,146,137). Sum of RGB (Red+Green+Blue) = 180+146+137=463 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.88% from 463); Green value is 146 (57.42% from 255 or 31.53% from 463); Blue value is 137 (53.91% from 255 or 29.59% from 463); Max value from RGB is 180 - color contains mainly: red. Hex color #B49289 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49289 is #4B6D76. Grayscale: #9B9B9B. Windows color (decimal): -4943223 or 9015988. OLE color: 9015988.
HSL color Cylindrical-coordinate representation of color #B49289: hue angle of 12.56º 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 #B49289 is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 146 | 137 | - |
| CMYK | 0 | 0.19 | 0.24 | 0.29 |
| HSL | 12.56º | 0.22% | 0.62% | - |
| HSV(B) | 12.56º | 0.24% | 0.71% | - |
| XYZ | 33.62 | 32.07 | 28.08 | - |
| YUV | 155.14 | 117.76 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 146 | 137 | 0 | 0.19 | 0.24 | 0.29 | 12.56 | 0.22 | 0.62 |
| Hex | B4 | 92 | 89 | 0 | 13 | 18 | 1D | D | 16 | 3E |
| Octal | 264 | 222 | 211 | 0 | 23 | 30 | 35 | 15 | 26 | 76 |
| Binary | 10110100 | 10010010 | 10001001 | 0 | 10011 | 11000 | 11101 | 1101 | 10110 | 111110 |
Color Harmonies of #B49289
Complementary color
Monochromatic Colors of #B49289
Black with #B49289
Text Example
Text Example
White with #B49289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49289; }
p { color: rgb(180,146,137); }
H1.HeaderClassName
{
color: #B49289;
}
.AnyTagClassName
{
color: #B49289;
}
</style>
background-color css
<style>
a { background-color: #B49289; }
a { background-color: rgb(180,146,137); }
div.DivClassName
{
background-color: #B49289;
}
.BgClassName
{
background-color: #B49289;
}
</style>
border-color css
<style>
span { border-color: #B49289; }
span { border-color: rgb(180,146,137); }
td.TdClassName
{
border-color: #B49289;
}
.TagClassName
{
border-color: #B49289;
}
</style>