Shades of Thatch #B39D99
Tints of Thatch #B39D99
RGB
CMYK
RGB Variations
Color information
#B39D99 (or 0xB39D99) is known color: Thatch. HEX triplet: B3, 9D and 99. RGB value is (179,157,153). Sum of RGB (Red+Green+Blue) = 179+157+153=489 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.61% from 489); Green value is 157 (61.72% from 255 or 32.11% from 489); Blue value is 153 (60.16% from 255 or 31.29% from 489); Max value from RGB is 179 - color contains mainly: red. Hex color #B39D99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39D99 is #4C6266. Grayscale: #A3A3A3. Windows color (decimal): -5005927 or 10067379. OLE color: 10067379.
HSL color Cylindrical-coordinate representation of color #B39D99: hue angle of 9.23º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B39D99 is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 157 | 153 | - |
| CMYK | 0 | 0.12 | 0.15 | 0.30 |
| HSL | 9.23º | 0.15% | 0.65% | - |
| HSV(B) | 9.23º | 0.15% | 0.7% | - |
| XYZ | 36.4 | 36 | 35.17 | - |
| YUV | 163.12 | 122.29 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 157 | 153 | 0 | 0.12 | 0.15 | 0.30 | 9.23 | 0.15 | 0.65 |
| Hex | B3 | 9D | 99 | 0 | C | F | 1E | 9 | F | 41 |
| Octal | 263 | 235 | 231 | 0 | 14 | 17 | 36 | 11 | 17 | 101 |
| Binary | 10110011 | 10011101 | 10011001 | 0 | 1100 | 1111 | 11110 | 1001 | 1111 | 1000001 |
Color Harmonies of #B39D99
Complementary color
Monochromatic Colors of #B39D99
Black with #B39D99
Text Example
Text Example
White with #B39D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39D99; }
p { color: rgb(179,157,153); }
H1.HeaderClassName
{
color: #B39D99;
}
.AnyTagClassName
{
color: #B39D99;
}
</style>
background-color css
<style>
a { background-color: #B39D99; }
a { background-color: rgb(179,157,153); }
div.DivClassName
{
background-color: #B39D99;
}
.BgClassName
{
background-color: #B39D99;
}
</style>
border-color css
<style>
span { border-color: #B39D99; }
span { border-color: rgb(179,157,153); }
td.TdClassName
{
border-color: #B39D99;
}
.TagClassName
{
border-color: #B39D99;
}
</style>