Shades of Thatch #B19996
Tints of Thatch #B19996
RGB
CMYK
RGB Variations
Color information
#B19996 (or 0xB19996) is known color: Thatch. HEX triplet: B1, 99 and 96. RGB value is (177,153,150). Sum of RGB (Red+Green+Blue) = 177+153+150=480 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.88% from 480); Green value is 153 (60.16% from 255 or 31.88% from 480); Blue value is 150 (58.98% from 255 or 31.25% from 480); Max value from RGB is 177 - color contains mainly: red. Hex color #B19996 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19996 is #4E6669. Grayscale: #9F9F9F. Windows color (decimal): -5138026 or 9869745. OLE color: 9869745.
HSL color Cylindrical-coordinate representation of color #B19996: hue angle of 6.67º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B19996 is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 153 | 150 | - |
| CMYK | 0 | 0.14 | 0.15 | 0.31 |
| HSL | 6.67º | 0.15% | 0.64% | - |
| HSV(B) | 6.67º | 0.15% | 0.69% | - |
| XYZ | 35.03 | 34.33 | 33.63 | - |
| YUV | 159.83 | 122.45 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 153 | 150 | 0 | 0.14 | 0.15 | 0.31 | 6.67 | 0.15 | 0.64 |
| Hex | B1 | 99 | 96 | 0 | E | F | 1F | 7 | F | 40 |
| Octal | 261 | 231 | 226 | 0 | 16 | 17 | 37 | 7 | 17 | 100 |
| Binary | 10110001 | 10011001 | 10010110 | 0 | 1110 | 1111 | 11111 | 111 | 1111 | 1000000 |
Color Harmonies of #B19996
Complementary color
Monochromatic Colors of #B19996
Black with #B19996
Text Example
Text Example
White with #B19996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19996; }
p { color: rgb(177,153,150); }
H1.HeaderClassName
{
color: #B19996;
}
.AnyTagClassName
{
color: #B19996;
}
</style>
background-color css
<style>
a { background-color: #B19996; }
a { background-color: rgb(177,153,150); }
div.DivClassName
{
background-color: #B19996;
}
.BgClassName
{
background-color: #B19996;
}
</style>
border-color css
<style>
span { border-color: #B19996; }
span { border-color: rgb(177,153,150); }
td.TdClassName
{
border-color: #B19996;
}
.TagClassName
{
border-color: #B19996;
}
</style>