Shades of Teak #B58759
Tints of Teak #B58759
RGB
CMYK
RGB Variations
Color information
#B58759 (or 0xB58759) is known color: Teak. HEX triplet: B5, 87 and 59. RGB value is (181,135,89). Sum of RGB (Red+Green+Blue) = 181+135+89=405 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.69% from 405); Green value is 135 (53.12% from 255 or 33.33% from 405); Blue value is 89 (35.16% from 255 or 21.98% from 405); Max value from RGB is 181 - color contains mainly: red. Hex color #B58759 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58759 is #4A78A6. Grayscale: #8F8F8F. Windows color (decimal): -4880551 or 5867445. OLE color: 5867445.
HSL color Cylindrical-coordinate representation of color #B58759: hue angle of 30º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B58759 is Cyan = 0, Magento = 0.25, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 135 | 89 | - |
| CMYK | 0 | 0.25 | 0.51 | 0.29 |
| HSL | 30º | 0.38% | 0.53% | - |
| HSV(B) | 30º | 0.51% | 0.71% | - |
| XYZ | 29.52 | 27.87 | 13.28 | - |
| YUV | 143.51 | 97.24 | 154.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 135 | 89 | 0 | 0.25 | 0.51 | 0.29 | 30 | 0.38 | 0.53 |
| Hex | B5 | 87 | 59 | 0 | 19 | 33 | 1D | 1E | 26 | 35 |
| Octal | 265 | 207 | 131 | 0 | 31 | 63 | 35 | 36 | 46 | 65 |
| Binary | 10110101 | 10000111 | 1011001 | 0 | 11001 | 110011 | 11101 | 11110 | 100110 | 110101 |
Color Harmonies of #B58759
Complementary color
Monochromatic Colors of #B58759
Black with #B58759
Text Example
Text Example
White with #B58759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58759; }
p { color: rgb(181,135,89); }
H1.HeaderClassName
{
color: #B58759;
}
.AnyTagClassName
{
color: #B58759;
}
</style>
background-color css
<style>
a { background-color: #B58759; }
a { background-color: rgb(181,135,89); }
div.DivClassName
{
background-color: #B58759;
}
.BgClassName
{
background-color: #B58759;
}
</style>
border-color css
<style>
span { border-color: #B58759; }
span { border-color: rgb(181,135,89); }
td.TdClassName
{
border-color: #B58759;
}
.TagClassName
{
border-color: #B58759;
}
</style>