Shades of Teak #B58956
Tints of Teak #B58956
RGB
CMYK
RGB Variations
Color information
#B58956 (or 0xB58956) is known color: Teak. HEX triplet: B5, 89 and 56. RGB value is (181,137,86). Sum of RGB (Red+Green+Blue) = 181+137+86=404 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.80% from 404); Green value is 137 (53.91% from 255 or 33.91% from 404); Blue value is 86 (33.98% from 255 or 21.29% from 404); Max value from RGB is 181 - color contains mainly: red. Hex color #B58956 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58956 is #4A76A9. Grayscale: #909090. Windows color (decimal): -4880042 or 5671349. OLE color: 5671349.
HSL color Cylindrical-coordinate representation of color #B58956: hue angle of 32.21º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B58956 is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 137 | 86 | - |
| CMYK | 0 | 0.24 | 0.52 | 0.29 |
| HSL | 32.21º | 0.39% | 0.52% | - |
| HSV(B) | 32.21º | 0.52% | 0.71% | - |
| XYZ | 29.68 | 28.39 | 12.72 | - |
| YUV | 144.34 | 95.08 | 154.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 137 | 86 | 0 | 0.24 | 0.52 | 0.29 | 32.21 | 0.39 | 0.52 |
| Hex | B5 | 89 | 56 | 0 | 18 | 34 | 1D | 20 | 27 | 34 |
| Octal | 265 | 211 | 126 | 0 | 30 | 64 | 35 | 40 | 47 | 64 |
| Binary | 10110101 | 10001001 | 1010110 | 0 | 11000 | 110100 | 11101 | 100000 | 100111 | 110100 |
Color Harmonies of #B58956
Complementary color
Monochromatic Colors of #B58956
Black with #B58956
Text Example
Text Example
White with #B58956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58956; }
p { color: rgb(181,137,86); }
H1.HeaderClassName
{
color: #B58956;
}
.AnyTagClassName
{
color: #B58956;
}
</style>
background-color css
<style>
a { background-color: #B58956; }
a { background-color: rgb(181,137,86); }
div.DivClassName
{
background-color: #B58956;
}
.BgClassName
{
background-color: #B58956;
}
</style>
border-color css
<style>
span { border-color: #B58956; }
span { border-color: rgb(181,137,86); }
td.TdClassName
{
border-color: #B58956;
}
.TagClassName
{
border-color: #B58956;
}
</style>