Shades of Thatch #B99993
Tints of Thatch #B99993
RGB
CMYK
RGB Variations
Color information
#B99993 (or 0xB99993) is known color: Thatch. HEX triplet: B9, 99 and 93. RGB value is (185,153,147). Sum of RGB (Red+Green+Blue) = 185+153+147=485 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.14% from 485); Green value is 153 (60.16% from 255 or 31.55% from 485); Blue value is 147 (57.81% from 255 or 30.31% from 485); Max value from RGB is 185 - color contains mainly: red. Hex color #B99993 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99993 is #46666C. Grayscale: #A1A1A1. Windows color (decimal): -4613741 or 9673145. OLE color: 9673145.
HSL color Cylindrical-coordinate representation of color #B99993: hue angle of 9.47º 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 #B99993 is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 153 | 147 | - |
| CMYK | 0 | 0.17 | 0.21 | 0.27 |
| HSL | 9.47º | 0.21% | 0.65% | - |
| HSV(B) | 9.47º | 0.21% | 0.73% | - |
| XYZ | 36.67 | 35.2 | 32.47 | - |
| YUV | 161.88 | 119.6 | 144.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 153 | 147 | 0 | 0.17 | 0.21 | 0.27 | 9.47 | 0.21 | 0.65 |
| Hex | B9 | 99 | 93 | 0 | 11 | 15 | 1B | 9 | 15 | 41 |
| Octal | 271 | 231 | 223 | 0 | 21 | 25 | 33 | 11 | 25 | 101 |
| Binary | 10111001 | 10011001 | 10010011 | 0 | 10001 | 10101 | 11011 | 1001 | 10101 | 1000001 |
Color Harmonies of #B99993
Complementary color
Monochromatic Colors of #B99993
Black with #B99993
Text Example
Text Example
White with #B99993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99993; }
p { color: rgb(185,153,147); }
H1.HeaderClassName
{
color: #B99993;
}
.AnyTagClassName
{
color: #B99993;
}
</style>
background-color css
<style>
a { background-color: #B99993; }
a { background-color: rgb(185,153,147); }
div.DivClassName
{
background-color: #B99993;
}
.BgClassName
{
background-color: #B99993;
}
</style>
border-color css
<style>
span { border-color: #B99993; }
span { border-color: rgb(185,153,147); }
td.TdClassName
{
border-color: #B99993;
}
.TagClassName
{
border-color: #B99993;
}
</style>