Shades of Teak #B58756
Tints of Teak #B58756
RGB
CMYK
RGB Variations
Color information
#B58756 (or 0xB58756) is known color: Teak. HEX triplet: B5, 87 and 56. RGB value is (181,135,86). Sum of RGB (Red+Green+Blue) = 181+135+86=402 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.02% from 402); Green value is 135 (53.12% from 255 or 33.58% from 402); Blue value is 86 (33.98% from 255 or 21.39% from 402); Max value from RGB is 181 - color contains mainly: red. Hex color #B58756 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58756 is #4A78A9. Grayscale: #8F8F8F. Windows color (decimal): -4880554 or 5670837. OLE color: 5670837.
HSL color Cylindrical-coordinate representation of color #B58756: hue angle of 30.95º 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 #B58756 is Cyan = 0, Magento = 0.25, Yellow = 0.52 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 135 | 86 | - |
| CMYK | 0 | 0.25 | 0.52 | 0.29 |
| HSL | 30.95º | 0.39% | 0.52% | - |
| HSV(B) | 30.95º | 0.52% | 0.71% | - |
| XYZ | 29.4 | 27.82 | 12.63 | - |
| YUV | 143.17 | 95.74 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 135 | 86 | 0 | 0.25 | 0.52 | 0.29 | 30.95 | 0.39 | 0.52 |
| Hex | B5 | 87 | 56 | 0 | 19 | 34 | 1D | 1F | 27 | 34 |
| Octal | 265 | 207 | 126 | 0 | 31 | 64 | 35 | 37 | 47 | 64 |
| Binary | 10110101 | 10000111 | 1010110 | 0 | 11001 | 110100 | 11101 | 11111 | 100111 | 110100 |
Color Harmonies of #B58756
Complementary color
Monochromatic Colors of #B58756
Black with #B58756
Text Example
Text Example
White with #B58756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58756; }
p { color: rgb(181,135,86); }
H1.HeaderClassName
{
color: #B58756;
}
.AnyTagClassName
{
color: #B58756;
}
</style>
background-color css
<style>
a { background-color: #B58756; }
a { background-color: rgb(181,135,86); }
div.DivClassName
{
background-color: #B58756;
}
.BgClassName
{
background-color: #B58756;
}
</style>
border-color css
<style>
span { border-color: #B58756; }
span { border-color: rgb(181,135,86); }
td.TdClassName
{
border-color: #B58756;
}
.TagClassName
{
border-color: #B58756;
}
</style>