Shades of Thatch #B99995
Tints of Thatch #B99995
RGB
CMYK
RGB Variations
Color information
#B99995 (or 0xB99995) is known color: Thatch. HEX triplet: B9, 99 and 95. RGB value is (185,153,149). Sum of RGB (Red+Green+Blue) = 185+153+149=487 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.99% from 487); Green value is 153 (60.16% from 255 or 31.42% from 487); Blue value is 149 (58.59% from 255 or 30.60% from 487); Max value from RGB is 185 - color contains mainly: red. Hex color #B99995 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99995 is #46666A. Grayscale: #A2A2A2. Windows color (decimal): -4613739 or 9804217. OLE color: 9804217.
HSL color Cylindrical-coordinate representation of color #B99995: hue angle of 6.67º degrees, saturation: 0.2, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B99995 is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 153 | 149 | - |
| CMYK | 0 | 0.17 | 0.19 | 0.27 |
| HSL | 6.67º | 0.2% | 0.65% | - |
| HSV(B) | 6.67º | 0.19% | 0.73% | - |
| XYZ | 36.82 | 35.27 | 33.3 | - |
| YUV | 162.11 | 120.6 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 153 | 149 | 0 | 0.17 | 0.19 | 0.27 | 6.67 | 0.2 | 0.65 |
| Hex | B9 | 99 | 95 | 0 | 11 | 13 | 1B | 7 | 14 | 41 |
| Octal | 271 | 231 | 225 | 0 | 21 | 23 | 33 | 7 | 24 | 101 |
| Binary | 10111001 | 10011001 | 10010101 | 0 | 10001 | 10011 | 11011 | 111 | 10100 | 1000001 |
Color Harmonies of #B99995
Complementary color
Monochromatic Colors of #B99995
Black with #B99995
Text Example
Text Example
White with #B99995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99995; }
p { color: rgb(185,153,149); }
H1.HeaderClassName
{
color: #B99995;
}
.AnyTagClassName
{
color: #B99995;
}
</style>
background-color css
<style>
a { background-color: #B99995; }
a { background-color: rgb(185,153,149); }
div.DivClassName
{
background-color: #B99995;
}
.BgClassName
{
background-color: #B99995;
}
</style>
border-color css
<style>
span { border-color: #B99995; }
span { border-color: rgb(185,153,149); }
td.TdClassName
{
border-color: #B99995;
}
.TagClassName
{
border-color: #B99995;
}
</style>