Shades of Teak #B09150
Tints of Teak #B09150
RGB
CMYK
RGB Variations
Color information
#B09150 (or 0xB09150) is known color: Teak. HEX triplet: B0, 91 and 50. RGB value is (176,145,80). Sum of RGB (Red+Green+Blue) = 176+145+80=401 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.89% from 401); Green value is 145 (57.03% from 255 or 36.16% from 401); Blue value is 80 (31.64% from 255 or 19.95% from 401); Max value from RGB is 176 - color contains mainly: red. Hex color #B09150 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09150 is #4F6EAF. Grayscale: #939393. Windows color (decimal): -5205680 or 5280176. OLE color: 5280176.
HSL color Cylindrical-coordinate representation of color #B09150: hue angle of 40.62º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B09150 is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 145 | 80 | - |
| CMYK | 0 | 0.18 | 0.55 | 0.31 |
| HSL | 40.63º | 0.38% | 0.5% | - |
| HSV(B) | 40.63º | 0.55% | 0.69% | - |
| XYZ | 29.48 | 30.06 | 11.84 | - |
| YUV | 146.86 | 90.27 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 145 | 80 | 0 | 0.18 | 0.55 | 0.31 | 40.63 | 0.38 | 0.5 |
| Hex | B0 | 91 | 50 | 0 | 12 | 37 | 1F | 29 | 26 | 32 |
| Octal | 260 | 221 | 120 | 0 | 22 | 67 | 37 | 51 | 46 | 62 |
| Binary | 10110000 | 10010001 | 1010000 | 0 | 10010 | 110111 | 11111 | 101001 | 100110 | 110010 |
Color Harmonies of #B09150
Complementary color
Monochromatic Colors of #B09150
Black with #B09150
Text Example
Text Example
White with #B09150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09150; }
p { color: rgb(176,145,80); }
H1.HeaderClassName
{
color: #B09150;
}
.AnyTagClassName
{
color: #B09150;
}
</style>
background-color css
<style>
a { background-color: #B09150; }
a { background-color: rgb(176,145,80); }
div.DivClassName
{
background-color: #B09150;
}
.BgClassName
{
background-color: #B09150;
}
</style>
border-color css
<style>
span { border-color: #B09150; }
span { border-color: rgb(176,145,80); }
td.TdClassName
{
border-color: #B09150;
}
.TagClassName
{
border-color: #B09150;
}
</style>