Shades of Teak #B49050
Tints of Teak #B49050
RGB
CMYK
RGB Variations
Color information
#B49050 (or 0xB49050) is known color: Teak. HEX triplet: B4, 90 and 50. RGB value is (180,144,80). Sum of RGB (Red+Green+Blue) = 180+144+80=404 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.55% from 404); Green value is 144 (56.64% from 255 or 35.64% from 404); Blue value is 80 (31.64% from 255 or 19.80% from 404); Max value from RGB is 180 - color contains mainly: red. Hex color #B49050 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49050 is #4B6FAF. Grayscale: #939393. Windows color (decimal): -4943792 or 5279924. OLE color: 5279924.
HSL color Cylindrical-coordinate representation of color #B49050: hue angle of 38.4º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B49050 is Cyan = 0, Magento = 0.2, Yellow = 0.56 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 144 | 80 | - |
| CMYK | 0 | 0.2 | 0.56 | 0.29 |
| HSL | 38.4º | 0.4% | 0.51% | - |
| HSV(B) | 38.4º | 0.56% | 0.71% | - |
| XYZ | 30.24 | 30.23 | 11.83 | - |
| YUV | 147.47 | 89.93 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 144 | 80 | 0 | 0.2 | 0.56 | 0.29 | 38.4 | 0.4 | 0.51 |
| Hex | B4 | 90 | 50 | 0 | 14 | 38 | 1D | 26 | 28 | 33 |
| Octal | 264 | 220 | 120 | 0 | 24 | 70 | 35 | 46 | 50 | 63 |
| Binary | 10110100 | 10010000 | 1010000 | 0 | 10100 | 111000 | 11101 | 100110 | 101000 | 110011 |
Color Harmonies of #B49050
Complementary color
Monochromatic Colors of #B49050
Black with #B49050
Text Example
Text Example
White with #B49050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49050; }
p { color: rgb(180,144,80); }
H1.HeaderClassName
{
color: #B49050;
}
.AnyTagClassName
{
color: #B49050;
}
</style>
background-color css
<style>
a { background-color: #B49050; }
a { background-color: rgb(180,144,80); }
div.DivClassName
{
background-color: #B49050;
}
.BgClassName
{
background-color: #B49050;
}
</style>
border-color css
<style>
span { border-color: #B49050; }
span { border-color: rgb(180,144,80); }
td.TdClassName
{
border-color: #B49050;
}
.TagClassName
{
border-color: #B49050;
}
</style>