Shades of Thatch #B09690
Tints of Thatch #B09690
RGB
CMYK
RGB Variations
Color information
#B09690 (or 0xB09690) is known color: Thatch. HEX triplet: B0, 96 and 90. RGB value is (176,150,144). Sum of RGB (Red+Green+Blue) = 176+150+144=470 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.45% from 470); Green value is 150 (58.98% from 255 or 31.91% from 470); Blue value is 144 (56.64% from 255 or 30.64% from 470); Max value from RGB is 176 - color contains mainly: red. Hex color #B09690 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09690 is #4F696F. Grayscale: #9D9D9D. Windows color (decimal): -5204336 or 9475760. OLE color: 9475760.
HSL color Cylindrical-coordinate representation of color #B09690: hue angle of 11.25º degrees, saturation: 0.17, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B09690 is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 150 | 144 | - |
| CMYK | 0 | 0.15 | 0.18 | 0.31 |
| HSL | 11.25º | 0.17% | 0.63% | - |
| HSV(B) | 11.25º | 0.18% | 0.69% | - |
| XYZ | 33.84 | 33.06 | 30.98 | - |
| YUV | 157.09 | 120.61 | 141.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 150 | 144 | 0 | 0.15 | 0.18 | 0.31 | 11.25 | 0.17 | 0.63 |
| Hex | B0 | 96 | 90 | 0 | F | 12 | 1F | B | 11 | 3F |
| Octal | 260 | 226 | 220 | 0 | 17 | 22 | 37 | 13 | 21 | 77 |
| Binary | 10110000 | 10010110 | 10010000 | 0 | 1111 | 10010 | 11111 | 1011 | 10001 | 111111 |
Color Harmonies of #B09690
Complementary color
Monochromatic Colors of #B09690
Black with #B09690
Text Example
Text Example
White with #B09690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09690; }
p { color: rgb(176,150,144); }
H1.HeaderClassName
{
color: #B09690;
}
.AnyTagClassName
{
color: #B09690;
}
</style>
background-color css
<style>
a { background-color: #B09690; }
a { background-color: rgb(176,150,144); }
div.DivClassName
{
background-color: #B09690;
}
.BgClassName
{
background-color: #B09690;
}
</style>
border-color css
<style>
span { border-color: #B09690; }
span { border-color: rgb(176,150,144); }
td.TdClassName
{
border-color: #B09690;
}
.TagClassName
{
border-color: #B09690;
}
</style>