Shades of Teak #B58356
Tints of Teak #B58356
RGB
CMYK
RGB Variations
Color information
#B58356 (or 0xB58356) is known color: Teak. HEX triplet: B5, 83 and 56. RGB value is (181,131,86). Sum of RGB (Red+Green+Blue) = 181+131+86=398 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.48% from 398); Green value is 131 (51.56% from 255 or 32.91% from 398); Blue value is 86 (33.98% from 255 or 21.61% from 398); Max value from RGB is 181 - color contains mainly: red. Hex color #B58356 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58356 is #4A7CA9. Grayscale: #8D8D8D. Windows color (decimal): -4881578 or 5669813. OLE color: 5669813.
HSL color Cylindrical-coordinate representation of color #B58356: hue angle of 28.42º 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 #B58356 is Cyan = 0, Magento = 0.28, Yellow = 0.52 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 131 | 86 | - |
| CMYK | 0 | 0.28 | 0.52 | 0.29 |
| HSL | 28.42º | 0.39% | 0.52% | - |
| HSV(B) | 28.42º | 0.52% | 0.71% | - |
| XYZ | 28.85 | 26.73 | 12.44 | - |
| YUV | 140.82 | 97.07 | 156.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 131 | 86 | 0 | 0.28 | 0.52 | 0.29 | 28.42 | 0.39 | 0.52 |
| Hex | B5 | 83 | 56 | 0 | 1C | 34 | 1D | 1C | 27 | 34 |
| Octal | 265 | 203 | 126 | 0 | 34 | 64 | 35 | 34 | 47 | 64 |
| Binary | 10110101 | 10000011 | 1010110 | 0 | 11100 | 110100 | 11101 | 11100 | 100111 | 110100 |
Color Harmonies of #B58356
Complementary color
Monochromatic Colors of #B58356
Black with #B58356
Text Example
Text Example
White with #B58356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58356; }
p { color: rgb(181,131,86); }
H1.HeaderClassName
{
color: #B58356;
}
.AnyTagClassName
{
color: #B58356;
}
</style>
background-color css
<style>
a { background-color: #B58356; }
a { background-color: rgb(181,131,86); }
div.DivClassName
{
background-color: #B58356;
}
.BgClassName
{
background-color: #B58356;
}
</style>
border-color css
<style>
span { border-color: #B58356; }
span { border-color: rgb(181,131,86); }
td.TdClassName
{
border-color: #B58356;
}
.TagClassName
{
border-color: #B58356;
}
</style>