Shades of Thatch #B09D99
Tints of Thatch #B09D99
RGB
CMYK
RGB Variations
Color information
#B09D99 (or 0xB09D99) is known color: Thatch. HEX triplet: B0, 9D and 99. RGB value is (176,157,153). Sum of RGB (Red+Green+Blue) = 176+157+153=486 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.21% from 486); Green value is 157 (61.72% from 255 or 32.30% from 486); Blue value is 153 (60.16% from 255 or 31.48% from 486); Max value from RGB is 176 - color contains mainly: red. Hex color #B09D99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09D99 is #4F6266. Grayscale: #A2A2A2. Windows color (decimal): -5202535 or 10067376. OLE color: 10067376.
HSL color Cylindrical-coordinate representation of color #B09D99: hue angle of 10.43º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B09D99 is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 157 | 153 | - |
| CMYK | 0 | 0.11 | 0.13 | 0.31 |
| HSL | 10.43º | 0.13% | 0.65% | - |
| HSV(B) | 10.43º | 0.13% | 0.69% | - |
| XYZ | 35.71 | 35.64 | 35.13 | - |
| YUV | 162.23 | 122.79 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 157 | 153 | 0 | 0.11 | 0.13 | 0.31 | 10.43 | 0.13 | 0.65 |
| Hex | B0 | 9D | 99 | 0 | B | D | 1F | A | D | 41 |
| Octal | 260 | 235 | 231 | 0 | 13 | 15 | 37 | 12 | 15 | 101 |
| Binary | 10110000 | 10011101 | 10011001 | 0 | 1011 | 1101 | 11111 | 1010 | 1101 | 1000001 |
Color Harmonies of #B09D99
Complementary color
Monochromatic Colors of #B09D99
Black with #B09D99
Text Example
Text Example
White with #B09D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09D99; }
p { color: rgb(176,157,153); }
H1.HeaderClassName
{
color: #B09D99;
}
.AnyTagClassName
{
color: #B09D99;
}
</style>
background-color css
<style>
a { background-color: #B09D99; }
a { background-color: rgb(176,157,153); }
div.DivClassName
{
background-color: #B09D99;
}
.BgClassName
{
background-color: #B09D99;
}
</style>
border-color css
<style>
span { border-color: #B09D99; }
span { border-color: rgb(176,157,153); }
td.TdClassName
{
border-color: #B09D99;
}
.TagClassName
{
border-color: #B09D99;
}
</style>