Shades of Teak #B09050
Tints of Teak #B09050
RGB
CMYK
RGB Variations
Color information
#B09050 (or 0xB09050) is known color: Teak. HEX triplet: B0, 90 and 50. RGB value is (176,144,80). Sum of RGB (Red+Green+Blue) = 176+144+80=400 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44% from 400); Green value is 144 (56.64% from 255 or 36% from 400); Blue value is 80 (31.64% from 255 or 20% from 400); Max value from RGB is 176 - color contains mainly: red. Hex color #B09050 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09050 is #4F6FAF. Grayscale: #929292. Windows color (decimal): -5205936 or 5279920. OLE color: 5279920.
HSL color Cylindrical-coordinate representation of color #B09050: hue angle of 40º 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 #B09050 is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 144 | 80 | - |
| CMYK | 0 | 0.18 | 0.55 | 0.31 |
| HSL | 40º | 0.38% | 0.5% | - |
| HSV(B) | 40º | 0.55% | 0.69% | - |
| XYZ | 29.33 | 29.76 | 11.79 | - |
| YUV | 146.27 | 90.6 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 144 | 80 | 0 | 0.18 | 0.55 | 0.31 | 40 | 0.38 | 0.5 |
| Hex | B0 | 90 | 50 | 0 | 12 | 37 | 1F | 28 | 26 | 32 |
| Octal | 260 | 220 | 120 | 0 | 22 | 67 | 37 | 50 | 46 | 62 |
| Binary | 10110000 | 10010000 | 1010000 | 0 | 10010 | 110111 | 11111 | 101000 | 100110 | 110010 |
Color Harmonies of #B09050
Complementary color
Monochromatic Colors of #B09050
Black with #B09050
Text Example
Text Example
White with #B09050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09050; }
p { color: rgb(176,144,80); }
H1.HeaderClassName
{
color: #B09050;
}
.AnyTagClassName
{
color: #B09050;
}
</style>
background-color css
<style>
a { background-color: #B09050; }
a { background-color: rgb(176,144,80); }
div.DivClassName
{
background-color: #B09050;
}
.BgClassName
{
background-color: #B09050;
}
</style>
border-color css
<style>
span { border-color: #B09050; }
span { border-color: rgb(176,144,80); }
td.TdClassName
{
border-color: #B09050;
}
.TagClassName
{
border-color: #B09050;
}
</style>