Shades of Teak #B08E58
Tints of Teak #B08E58
RGB
CMYK
RGB Variations
Color information
#B08E58 (or 0xB08E58) is known color: Teak. HEX triplet: B0, 8E and 58. RGB value is (176,142,88). Sum of RGB (Red+Green+Blue) = 176+142+88=406 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.35% from 406); Green value is 142 (55.86% from 255 or 34.98% from 406); Blue value is 88 (34.77% from 255 or 21.67% from 406); Max value from RGB is 176 - color contains mainly: red. Hex color #B08E58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08E58 is #4F71A7. Grayscale: #929292. Windows color (decimal): -5206440 or 5803696. OLE color: 5803696.
HSL color Cylindrical-coordinate representation of color #B08E58: hue angle of 36.82º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B08E58 is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 142 | 88 | - |
| CMYK | 0 | 0.19 | 0.50 | 0.31 |
| HSL | 36.82º | 0.36% | 0.52% | - |
| HSV(B) | 36.82º | 0.5% | 0.69% | - |
| XYZ | 29.34 | 29.28 | 13.34 | - |
| YUV | 146.01 | 95.26 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 142 | 88 | 0 | 0.19 | 0.50 | 0.31 | 36.82 | 0.36 | 0.52 |
| Hex | B0 | 8E | 58 | 0 | 13 | 32 | 1F | 25 | 24 | 34 |
| Octal | 260 | 216 | 130 | 0 | 23 | 62 | 37 | 45 | 44 | 64 |
| Binary | 10110000 | 10001110 | 1011000 | 0 | 10011 | 110010 | 11111 | 100101 | 100100 | 110100 |
Color Harmonies of #B08E58
Complementary color
Monochromatic Colors of #B08E58
Black with #B08E58
Text Example
Text Example
White with #B08E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08E58; }
p { color: rgb(176,142,88); }
H1.HeaderClassName
{
color: #B08E58;
}
.AnyTagClassName
{
color: #B08E58;
}
</style>
background-color css
<style>
a { background-color: #B08E58; }
a { background-color: rgb(176,142,88); }
div.DivClassName
{
background-color: #B08E58;
}
.BgClassName
{
background-color: #B08E58;
}
</style>
border-color css
<style>
span { border-color: #B08E58; }
span { border-color: rgb(176,142,88); }
td.TdClassName
{
border-color: #B08E58;
}
.TagClassName
{
border-color: #B08E58;
}
</style>