Shades of Teak #B38459
Tints of Teak #B38459
RGB
CMYK
RGB Variations
Color information
#B38459 (or 0xB38459) is known color: Teak. HEX triplet: B3, 84 and 59. RGB value is (179,132,89). Sum of RGB (Red+Green+Blue) = 179+132+89=400 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.75% from 400); Green value is 132 (51.95% from 255 or 33% from 400); Blue value is 89 (35.16% from 255 or 22.25% from 400); Max value from RGB is 179 - color contains mainly: red. Hex color #B38459 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38459 is #4C7BA6. Grayscale: #8D8D8D. Windows color (decimal): -5012391 or 5866675. OLE color: 5866675.
HSL color Cylindrical-coordinate representation of color #B38459: hue angle of 28.67º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B38459 is Cyan = 0, Magento = 0.26, Yellow = 0.50 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 132 | 89 | - |
| CMYK | 0 | 0.26 | 0.50 | 0.30 |
| HSL | 28.67º | 0.37% | 0.53% | - |
| HSV(B) | 28.67º | 0.5% | 0.7% | - |
| XYZ | 28.64 | 26.81 | 13.12 | - |
| YUV | 141.15 | 98.57 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 132 | 89 | 0 | 0.26 | 0.50 | 0.30 | 28.67 | 0.37 | 0.53 |
| Hex | B3 | 84 | 59 | 0 | 1A | 32 | 1E | 1D | 25 | 35 |
| Octal | 263 | 204 | 131 | 0 | 32 | 62 | 36 | 35 | 45 | 65 |
| Binary | 10110011 | 10000100 | 1011001 | 0 | 11010 | 110010 | 11110 | 11101 | 100101 | 110101 |
Color Harmonies of #B38459
Complementary color
Monochromatic Colors of #B38459
Black with #B38459
Text Example
Text Example
White with #B38459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38459; }
p { color: rgb(179,132,89); }
H1.HeaderClassName
{
color: #B38459;
}
.AnyTagClassName
{
color: #B38459;
}
</style>
background-color css
<style>
a { background-color: #B38459; }
a { background-color: rgb(179,132,89); }
div.DivClassName
{
background-color: #B38459;
}
.BgClassName
{
background-color: #B38459;
}
</style>
border-color css
<style>
span { border-color: #B38459; }
span { border-color: rgb(179,132,89); }
td.TdClassName
{
border-color: #B38459;
}
.TagClassName
{
border-color: #B38459;
}
</style>