Shades of Teak #B38458
Tints of Teak #B38458
RGB
CMYK
RGB Variations
Color information
#B38458 (or 0xB38458) is known color: Teak. HEX triplet: B3, 84 and 58. RGB value is (179,132,88). Sum of RGB (Red+Green+Blue) = 179+132+88=399 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.86% from 399); Green value is 132 (51.95% from 255 or 33.08% from 399); Blue value is 88 (34.77% from 255 or 22.06% from 399); Max value from RGB is 179 - color contains mainly: red. Hex color #B38458 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38458 is #4C7BA7. Grayscale: #8D8D8D. Windows color (decimal): -5012392 or 5801139. OLE color: 5801139.
HSL color Cylindrical-coordinate representation of color #B38458: hue angle of 29.01º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B38458 is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 132 | 88 | - |
| CMYK | 0 | 0.26 | 0.51 | 0.30 |
| HSL | 29.01º | 0.37% | 0.52% | - |
| HSV(B) | 29.01º | 0.51% | 0.7% | - |
| XYZ | 28.6 | 26.79 | 12.9 | - |
| YUV | 141.04 | 98.07 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 132 | 88 | 0 | 0.26 | 0.51 | 0.30 | 29.01 | 0.37 | 0.52 |
| Hex | B3 | 84 | 58 | 0 | 1A | 33 | 1E | 1D | 25 | 34 |
| Octal | 263 | 204 | 130 | 0 | 32 | 63 | 36 | 35 | 45 | 64 |
| Binary | 10110011 | 10000100 | 1011000 | 0 | 11010 | 110011 | 11110 | 11101 | 100101 | 110100 |
Color Harmonies of #B38458
Complementary color
Monochromatic Colors of #B38458
Black with #B38458
Text Example
Text Example
White with #B38458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38458; }
p { color: rgb(179,132,88); }
H1.HeaderClassName
{
color: #B38458;
}
.AnyTagClassName
{
color: #B38458;
}
</style>
background-color css
<style>
a { background-color: #B38458; }
a { background-color: rgb(179,132,88); }
div.DivClassName
{
background-color: #B38458;
}
.BgClassName
{
background-color: #B38458;
}
</style>
border-color css
<style>
span { border-color: #B38458; }
span { border-color: rgb(179,132,88); }
td.TdClassName
{
border-color: #B38458;
}
.TagClassName
{
border-color: #B38458;
}
</style>