Shades of Thatch #B39187
Tints of Thatch #B39187
RGB
CMYK
RGB Variations
Color information
#B39187 (or 0xB39187) is known color: Thatch. HEX triplet: B3, 91 and 87. RGB value is (179,145,135). Sum of RGB (Red+Green+Blue) = 179+145+135=459 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.00% from 459); Green value is 145 (57.03% from 255 or 31.59% from 459); Blue value is 135 (53.12% from 255 or 29.41% from 459); Max value from RGB is 179 - color contains mainly: red. Hex color #B39187 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39187 is #4C6E78. Grayscale: #9A9A9A. Windows color (decimal): -5009017 or 8884659. OLE color: 8884659.
HSL color Cylindrical-coordinate representation of color #B39187: hue angle of 13.64º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B39187 is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 145 | 135 | - |
| CMYK | 0 | 0.19 | 0.25 | 0.30 |
| HSL | 13.64º | 0.22% | 0.62% | - |
| HSV(B) | 13.64º | 0.25% | 0.7% | - |
| XYZ | 33.09 | 31.58 | 27.27 | - |
| YUV | 154.03 | 117.26 | 145.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 145 | 135 | 0 | 0.19 | 0.25 | 0.30 | 13.64 | 0.22 | 0.62 |
| Hex | B3 | 91 | 87 | 0 | 13 | 19 | 1E | E | 16 | 3E |
| Octal | 263 | 221 | 207 | 0 | 23 | 31 | 36 | 16 | 26 | 76 |
| Binary | 10110011 | 10010001 | 10000111 | 0 | 10011 | 11001 | 11110 | 1110 | 10110 | 111110 |
Color Harmonies of #B39187
Complementary color
Monochromatic Colors of #B39187
Black with #B39187
Text Example
Text Example
White with #B39187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39187; }
p { color: rgb(179,145,135); }
H1.HeaderClassName
{
color: #B39187;
}
.AnyTagClassName
{
color: #B39187;
}
</style>
background-color css
<style>
a { background-color: #B39187; }
a { background-color: rgb(179,145,135); }
div.DivClassName
{
background-color: #B39187;
}
.BgClassName
{
background-color: #B39187;
}
</style>
border-color css
<style>
span { border-color: #B39187; }
span { border-color: rgb(179,145,135); }
td.TdClassName
{
border-color: #B39187;
}
.TagClassName
{
border-color: #B39187;
}
</style>