Shades of Thatch #B39086
Tints of Thatch #B39086
RGB
CMYK
RGB Variations
Color information
#B39086 (or 0xB39086) is known color: Thatch. HEX triplet: B3, 90 and 86. RGB value is (179,144,134). Sum of RGB (Red+Green+Blue) = 179+144+134=457 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.17% from 457); Green value is 144 (56.64% from 255 or 31.51% from 457); Blue value is 134 (52.73% from 255 or 29.32% from 457); Max value from RGB is 179 - color contains mainly: red. Hex color #B39086 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39086 is #4C6F79. Grayscale: #999999. Windows color (decimal): -5009274 or 8818867. OLE color: 8818867.
HSL color Cylindrical-coordinate representation of color #B39086: hue angle of 13.33º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B39086 is Cyan = 0, Magento = 0.20, Yellow = 0.25 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 144 | 134 | - |
| CMYK | 0 | 0.20 | 0.25 | 0.30 |
| HSL | 13.33º | 0.23% | 0.61% | - |
| HSV(B) | 13.33º | 0.25% | 0.7% | - |
| XYZ | 32.87 | 31.25 | 26.85 | - |
| YUV | 153.33 | 117.1 | 146.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 144 | 134 | 0 | 0.20 | 0.25 | 0.30 | 13.33 | 0.23 | 0.61 |
| Hex | B3 | 90 | 86 | 0 | 14 | 19 | 1E | D | 17 | 3D |
| Octal | 263 | 220 | 206 | 0 | 24 | 31 | 36 | 15 | 27 | 75 |
| Binary | 10110011 | 10010000 | 10000110 | 0 | 10100 | 11001 | 11110 | 1101 | 10111 | 111101 |
Color Harmonies of #B39086
Complementary color
Monochromatic Colors of #B39086
Black with #B39086
Text Example
Text Example
White with #B39086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39086; }
p { color: rgb(179,144,134); }
H1.HeaderClassName
{
color: #B39086;
}
.AnyTagClassName
{
color: #B39086;
}
</style>
background-color css
<style>
a { background-color: #B39086; }
a { background-color: rgb(179,144,134); }
div.DivClassName
{
background-color: #B39086;
}
.BgClassName
{
background-color: #B39086;
}
</style>
border-color css
<style>
span { border-color: #B39086; }
span { border-color: rgb(179,144,134); }
td.TdClassName
{
border-color: #B39086;
}
.TagClassName
{
border-color: #B39086;
}
</style>