Shades of Teak #B09151
Tints of Teak #B09151
RGB
CMYK
RGB Variations
Color information
#B09151 (or 0xB09151) is known color: Teak. HEX triplet: B0, 91 and 51. RGB value is (176,145,81). Sum of RGB (Red+Green+Blue) = 176+145+81=402 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.78% from 402); Green value is 145 (57.03% from 255 or 36.07% from 402); Blue value is 81 (32.03% from 255 or 20.15% from 402); Max value from RGB is 176 - color contains mainly: red. Hex color #B09151 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09151 is #4F6EAE. Grayscale: #939393. Windows color (decimal): -5205679 or 5345712. OLE color: 5345712.
HSL color Cylindrical-coordinate representation of color #B09151: hue angle of 40.42º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B09151 is Cyan = 0, Magento = 0.18, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 145 | 81 | - |
| CMYK | 0 | 0.18 | 0.54 | 0.31 |
| HSL | 40.42º | 0.38% | 0.5% | - |
| HSV(B) | 40.42º | 0.54% | 0.69% | - |
| XYZ | 29.52 | 30.07 | 12.03 | - |
| YUV | 146.97 | 90.77 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 145 | 81 | 0 | 0.18 | 0.54 | 0.31 | 40.42 | 0.38 | 0.5 |
| Hex | B0 | 91 | 51 | 0 | 12 | 36 | 1F | 28 | 26 | 32 |
| Octal | 260 | 221 | 121 | 0 | 22 | 66 | 37 | 50 | 46 | 62 |
| Binary | 10110000 | 10010001 | 1010001 | 0 | 10010 | 110110 | 11111 | 101000 | 100110 | 110010 |
Color Harmonies of #B09151
Complementary color
Monochromatic Colors of #B09151
Black with #B09151
Text Example
Text Example
White with #B09151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09151; }
p { color: rgb(176,145,81); }
H1.HeaderClassName
{
color: #B09151;
}
.AnyTagClassName
{
color: #B09151;
}
</style>
background-color css
<style>
a { background-color: #B09151; }
a { background-color: rgb(176,145,81); }
div.DivClassName
{
background-color: #B09151;
}
.BgClassName
{
background-color: #B09151;
}
</style>
border-color css
<style>
span { border-color: #B09151; }
span { border-color: rgb(176,145,81); }
td.TdClassName
{
border-color: #B09151;
}
.TagClassName
{
border-color: #B09151;
}
</style>