Shades of Thatch #B19690
Tints of Thatch #B19690
RGB
CMYK
RGB Variations
Color information
#B19690 (or 0xB19690) is known color: Thatch. HEX triplet: B1, 96 and 90. RGB value is (177,150,144). Sum of RGB (Red+Green+Blue) = 177+150+144=471 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.58% from 471); Green value is 150 (58.98% from 255 or 31.85% from 471); Blue value is 144 (56.64% from 255 or 30.57% from 471); Max value from RGB is 177 - color contains mainly: red. Hex color #B19690 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19690 is #4E696F. Grayscale: #9D9D9D. Windows color (decimal): -5138800 or 9475761. OLE color: 9475761.
HSL color Cylindrical-coordinate representation of color #B19690: hue angle of 10.91º degrees, saturation: 0.17, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B19690 is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 150 | 144 | - |
| CMYK | 0 | 0.15 | 0.19 | 0.31 |
| HSL | 10.91º | 0.17% | 0.63% | - |
| HSV(B) | 10.91º | 0.19% | 0.69% | - |
| XYZ | 34.07 | 33.17 | 30.99 | - |
| YUV | 157.39 | 120.45 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 150 | 144 | 0 | 0.15 | 0.19 | 0.31 | 10.91 | 0.17 | 0.63 |
| Hex | B1 | 96 | 90 | 0 | F | 13 | 1F | B | 11 | 3F |
| Octal | 261 | 226 | 220 | 0 | 17 | 23 | 37 | 13 | 21 | 77 |
| Binary | 10110001 | 10010110 | 10010000 | 0 | 1111 | 10011 | 11111 | 1011 | 10001 | 111111 |
Color Harmonies of #B19690
Complementary color
Monochromatic Colors of #B19690
Black with #B19690
Text Example
Text Example
White with #B19690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19690; }
p { color: rgb(177,150,144); }
H1.HeaderClassName
{
color: #B19690;
}
.AnyTagClassName
{
color: #B19690;
}
</style>
background-color css
<style>
a { background-color: #B19690; }
a { background-color: rgb(177,150,144); }
div.DivClassName
{
background-color: #B19690;
}
.BgClassName
{
background-color: #B19690;
}
</style>
border-color css
<style>
span { border-color: #B19690; }
span { border-color: rgb(177,150,144); }
td.TdClassName
{
border-color: #B19690;
}
.TagClassName
{
border-color: #B19690;
}
</style>