Shades of Thatch #B09391
Tints of Thatch #B09391
RGB
CMYK
RGB Variations
Color information
#B09391 (or 0xB09391) is known color: Thatch. HEX triplet: B0, 93 and 91. RGB value is (176,147,145). Sum of RGB (Red+Green+Blue) = 176+147+145=468 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.61% from 468); Green value is 147 (57.81% from 255 or 31.41% from 468); Blue value is 145 (57.03% from 255 or 30.98% from 468); Max value from RGB is 176 - color contains mainly: red. Hex color #B09391 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09391 is #4F6C6E. Grayscale: #9B9B9B. Windows color (decimal): -5205103 or 9540528. OLE color: 9540528.
HSL color Cylindrical-coordinate representation of color #B09391: hue angle of 3.87º degrees, saturation: 0.16, 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 #B09391 is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 147 | 145 | - |
| CMYK | 0 | 0.16 | 0.18 | 0.31 |
| HSL | 3.87º | 0.16% | 0.63% | - |
| HSV(B) | 3.87º | 0.18% | 0.69% | - |
| XYZ | 33.45 | 32.14 | 31.23 | - |
| YUV | 155.44 | 122.11 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 147 | 145 | 0 | 0.16 | 0.18 | 0.31 | 3.87 | 0.16 | 0.63 |
| Hex | B0 | 93 | 91 | 0 | 10 | 12 | 1F | 4 | 10 | 3F |
| Octal | 260 | 223 | 221 | 0 | 20 | 22 | 37 | 4 | 20 | 77 |
| Binary | 10110000 | 10010011 | 10010001 | 0 | 10000 | 10010 | 11111 | 100 | 10000 | 111111 |
Color Harmonies of #B09391
Complementary color
Monochromatic Colors of #B09391
Black with #B09391
Text Example
Text Example
White with #B09391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09391; }
p { color: rgb(176,147,145); }
H1.HeaderClassName
{
color: #B09391;
}
.AnyTagClassName
{
color: #B09391;
}
</style>
background-color css
<style>
a { background-color: #B09391; }
a { background-color: rgb(176,147,145); }
div.DivClassName
{
background-color: #B09391;
}
.BgClassName
{
background-color: #B09391;
}
</style>
border-color css
<style>
span { border-color: #B09391; }
span { border-color: rgb(176,147,145); }
td.TdClassName
{
border-color: #B09391;
}
.TagClassName
{
border-color: #B09391;
}
</style>