Shades of Thatch #B39188
Tints of Thatch #B39188
RGB
CMYK
RGB Variations
Color information
#B39188 (or 0xB39188) is known color: Thatch. HEX triplet: B3, 91 and 88. RGB value is (179,145,136). Sum of RGB (Red+Green+Blue) = 179+145+136=460 (60% of max value = 765). Red value is 179 (70.31% from 255 or 38.91% from 460); Green value is 145 (57.03% from 255 or 31.52% from 460); Blue value is 136 (53.52% from 255 or 29.57% from 460); Max value from RGB is 179 - color contains mainly: red. Hex color #B39188 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39188 is #4C6E77. Grayscale: #9A9A9A. Windows color (decimal): -5009016 or 8950195. OLE color: 8950195.
HSL color Cylindrical-coordinate representation of color #B39188: hue angle of 12.56º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B39188 is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 145 | 136 | - |
| CMYK | 0 | 0.19 | 0.24 | 0.30 |
| HSL | 12.56º | 0.22% | 0.62% | - |
| HSV(B) | 12.56º | 0.24% | 0.7% | - |
| XYZ | 33.16 | 31.61 | 27.65 | - |
| YUV | 154.14 | 117.76 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 145 | 136 | 0 | 0.19 | 0.24 | 0.30 | 12.56 | 0.22 | 0.62 |
| Hex | B3 | 91 | 88 | 0 | 13 | 18 | 1E | D | 16 | 3E |
| Octal | 263 | 221 | 210 | 0 | 23 | 30 | 36 | 15 | 26 | 76 |
| Binary | 10110011 | 10010001 | 10001000 | 0 | 10011 | 11000 | 11110 | 1101 | 10110 | 111110 |
Color Harmonies of #B39188
Complementary color
Monochromatic Colors of #B39188
Black with #B39188
Text Example
Text Example
White with #B39188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39188; }
p { color: rgb(179,145,136); }
H1.HeaderClassName
{
color: #B39188;
}
.AnyTagClassName
{
color: #B39188;
}
</style>
background-color css
<style>
a { background-color: #B39188; }
a { background-color: rgb(179,145,136); }
div.DivClassName
{
background-color: #B39188;
}
.BgClassName
{
background-color: #B39188;
}
</style>
border-color css
<style>
span { border-color: #B39188; }
span { border-color: rgb(179,145,136); }
td.TdClassName
{
border-color: #B39188;
}
.TagClassName
{
border-color: #B39188;
}
</style>