Shades of Thatch #B99893
Tints of Thatch #B99893
RGB
CMYK
RGB Variations
Color information
#B99893 (or 0xB99893) is known color: Thatch. HEX triplet: B9, 98 and 93. RGB value is (185,152,147). Sum of RGB (Red+Green+Blue) = 185+152+147=484 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.22% from 484); Green value is 152 (59.77% from 255 or 31.40% from 484); Blue value is 147 (57.81% from 255 or 30.37% from 484); Max value from RGB is 185 - color contains mainly: red. Hex color #B99893 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99893 is #46676C. Grayscale: #A1A1A1. Windows color (decimal): -4613997 or 9672889. OLE color: 9672889.
HSL color Cylindrical-coordinate representation of color #B99893: hue angle of 7.89º degrees, saturation: 0.21, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B99893 is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 152 | 147 | - |
| CMYK | 0 | 0.18 | 0.21 | 0.27 |
| HSL | 7.89º | 0.21% | 0.65% | - |
| HSV(B) | 7.89º | 0.21% | 0.73% | - |
| XYZ | 36.5 | 34.88 | 32.41 | - |
| YUV | 161.3 | 119.93 | 144.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 152 | 147 | 0 | 0.18 | 0.21 | 0.27 | 7.89 | 0.21 | 0.65 |
| Hex | B9 | 98 | 93 | 0 | 12 | 15 | 1B | 8 | 15 | 41 |
| Octal | 271 | 230 | 223 | 0 | 22 | 25 | 33 | 10 | 25 | 101 |
| Binary | 10111001 | 10011000 | 10010011 | 0 | 10010 | 10101 | 11011 | 1000 | 10101 | 1000001 |
Color Harmonies of #B99893
Complementary color
Monochromatic Colors of #B99893
Black with #B99893
Text Example
Text Example
White with #B99893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99893; }
p { color: rgb(185,152,147); }
H1.HeaderClassName
{
color: #B99893;
}
.AnyTagClassName
{
color: #B99893;
}
</style>
background-color css
<style>
a { background-color: #B99893; }
a { background-color: rgb(185,152,147); }
div.DivClassName
{
background-color: #B99893;
}
.BgClassName
{
background-color: #B99893;
}
</style>
border-color css
<style>
span { border-color: #B99893; }
span { border-color: rgb(185,152,147); }
td.TdClassName
{
border-color: #B99893;
}
.TagClassName
{
border-color: #B99893;
}
</style>