Shades of Thatch #B19993
Tints of Thatch #B19993
RGB
CMYK
RGB Variations
Color information
#B19993 (or 0xB19993) is known color: Thatch. HEX triplet: B1, 99 and 93. RGB value is (177,153,147). Sum of RGB (Red+Green+Blue) = 177+153+147=477 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.11% from 477); Green value is 153 (60.16% from 255 or 32.08% from 477); Blue value is 147 (57.81% from 255 or 30.82% from 477); Max value from RGB is 177 - color contains mainly: red. Hex color #B19993 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19993 is #4E666C. Grayscale: #9F9F9F. Windows color (decimal): -5138029 or 9673137. OLE color: 9673137.
HSL color Cylindrical-coordinate representation of color #B19993: hue angle of 12º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B19993 is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 153 | 147 | - |
| CMYK | 0 | 0.14 | 0.17 | 0.31 |
| HSL | 12º | 0.16% | 0.64% | - |
| HSV(B) | 12º | 0.17% | 0.69% | - |
| XYZ | 34.79 | 34.24 | 32.38 | - |
| YUV | 159.49 | 120.95 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 153 | 147 | 0 | 0.14 | 0.17 | 0.31 | 12 | 0.16 | 0.64 |
| Hex | B1 | 99 | 93 | 0 | E | 11 | 1F | C | 10 | 40 |
| Octal | 261 | 231 | 223 | 0 | 16 | 21 | 37 | 14 | 20 | 100 |
| Binary | 10110001 | 10011001 | 10010011 | 0 | 1110 | 10001 | 11111 | 1100 | 10000 | 1000000 |
Color Harmonies of #B19993
Complementary color
Monochromatic Colors of #B19993
Black with #B19993
Text Example
Text Example
White with #B19993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19993; }
p { color: rgb(177,153,147); }
H1.HeaderClassName
{
color: #B19993;
}
.AnyTagClassName
{
color: #B19993;
}
</style>
background-color css
<style>
a { background-color: #B19993; }
a { background-color: rgb(177,153,147); }
div.DivClassName
{
background-color: #B19993;
}
.BgClassName
{
background-color: #B19993;
}
</style>
border-color css
<style>
span { border-color: #B19993; }
span { border-color: rgb(177,153,147); }
td.TdClassName
{
border-color: #B19993;
}
.TagClassName
{
border-color: #B19993;
}
</style>