Shades of Thatch #B39A96
Tints of Thatch #B39A96
RGB
CMYK
RGB Variations
Color information
#B39A96 (or 0xB39A96) is known color: Thatch. HEX triplet: B3, 9A and 96. RGB value is (179,154,150). Sum of RGB (Red+Green+Blue) = 179+154+150=483 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.06% from 483); Green value is 154 (60.55% from 255 or 31.88% from 483); Blue value is 150 (58.98% from 255 or 31.06% from 483); Max value from RGB is 179 - color contains mainly: red. Hex color #B39A96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39A96 is #4C6569. Grayscale: #A1A1A1. Windows color (decimal): -5006698 or 9870003. OLE color: 9870003.
HSL color Cylindrical-coordinate representation of color #B39A96: hue angle of 8.28º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B39A96 is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 154 | 150 | - |
| CMYK | 0 | 0.14 | 0.16 | 0.30 |
| HSL | 8.28º | 0.16% | 0.65% | - |
| HSV(B) | 8.28º | 0.16% | 0.7% | - |
| XYZ | 35.65 | 34.9 | 33.71 | - |
| YUV | 161.02 | 121.78 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 154 | 150 | 0 | 0.14 | 0.16 | 0.30 | 8.28 | 0.16 | 0.65 |
| Hex | B3 | 9A | 96 | 0 | E | 10 | 1E | 8 | 10 | 41 |
| Octal | 263 | 232 | 226 | 0 | 16 | 20 | 36 | 10 | 20 | 101 |
| Binary | 10110011 | 10011010 | 10010110 | 0 | 1110 | 10000 | 11110 | 1000 | 10000 | 1000001 |
Color Harmonies of #B39A96
Complementary color
Monochromatic Colors of #B39A96
Black with #B39A96
Text Example
Text Example
White with #B39A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39A96; }
p { color: rgb(179,154,150); }
H1.HeaderClassName
{
color: #B39A96;
}
.AnyTagClassName
{
color: #B39A96;
}
</style>
background-color css
<style>
a { background-color: #B39A96; }
a { background-color: rgb(179,154,150); }
div.DivClassName
{
background-color: #B39A96;
}
.BgClassName
{
background-color: #B39A96;
}
</style>
border-color css
<style>
span { border-color: #B39A96; }
span { border-color: rgb(179,154,150); }
td.TdClassName
{
border-color: #B39A96;
}
.TagClassName
{
border-color: #B39A96;
}
</style>