Shades of Thatch #B09A94
Tints of Thatch #B09A94
RGB
CMYK
RGB Variations
Color information
#B09A94 (or 0xB09A94) is known color: Thatch. HEX triplet: B0, 9A and 94. RGB value is (176,154,148). Sum of RGB (Red+Green+Blue) = 176+154+148=478 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.82% from 478); Green value is 154 (60.55% from 255 or 32.22% from 478); Blue value is 148 (58.20% from 255 or 30.96% from 478); Max value from RGB is 176 - color contains mainly: red. Hex color #B09A94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09A94 is #4F656B. Grayscale: #9F9F9F. Windows color (decimal): -5203308 or 9738928. OLE color: 9738928.
HSL color Cylindrical-coordinate representation of color #B09A94: hue angle of 12.86º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B09A94 is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 154 | 148 | - |
| CMYK | 0 | 0.12 | 0.16 | 0.31 |
| HSL | 12.86º | 0.15% | 0.64% | - |
| HSV(B) | 12.86º | 0.16% | 0.69% | - |
| XYZ | 34.81 | 34.48 | 32.84 | - |
| YUV | 159.89 | 121.29 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 154 | 148 | 0 | 0.12 | 0.16 | 0.31 | 12.86 | 0.15 | 0.64 |
| Hex | B0 | 9A | 94 | 0 | C | 10 | 1F | D | F | 40 |
| Octal | 260 | 232 | 224 | 0 | 14 | 20 | 37 | 15 | 17 | 100 |
| Binary | 10110000 | 10011010 | 10010100 | 0 | 1100 | 10000 | 11111 | 1101 | 1111 | 1000000 |
Color Harmonies of #B09A94
Complementary color
Monochromatic Colors of #B09A94
Black with #B09A94
Text Example
Text Example
White with #B09A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09A94; }
p { color: rgb(176,154,148); }
H1.HeaderClassName
{
color: #B09A94;
}
.AnyTagClassName
{
color: #B09A94;
}
</style>
background-color css
<style>
a { background-color: #B09A94; }
a { background-color: rgb(176,154,148); }
div.DivClassName
{
background-color: #B09A94;
}
.BgClassName
{
background-color: #B09A94;
}
</style>
border-color css
<style>
span { border-color: #B09A94; }
span { border-color: rgb(176,154,148); }
td.TdClassName
{
border-color: #B09A94;
}
.TagClassName
{
border-color: #B09A94;
}
</style>