Shades of Teak #B0885E
Tints of Teak #B0885E
RGB
CMYK
RGB Variations
Color information
#B0885E (or 0xB0885E) is known color: Teak. HEX triplet: B0, 88 and 5E. RGB value is (176,136,94). Sum of RGB (Red+Green+Blue) = 176+136+94=406 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.35% from 406); Green value is 136 (53.52% from 255 or 33.50% from 406); Blue value is 94 (37.11% from 255 or 23.15% from 406); Max value from RGB is 176 - color contains mainly: red. Hex color #B0885E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0885E is #4F77A1. Grayscale: #8F8F8F. Windows color (decimal): -5207970 or 6195376. OLE color: 6195376.
HSL color Cylindrical-coordinate representation of color #B0885E: hue angle of 30.73º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B0885E is Cyan = 0, Magento = 0.23, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 136 | 94 | - |
| CMYK | 0 | 0.23 | 0.47 | 0.31 |
| HSL | 30.73º | 0.34% | 0.53% | - |
| HSV(B) | 30.73º | 0.47% | 0.69% | - |
| XYZ | 28.73 | 27.65 | 14.41 | - |
| YUV | 143.17 | 100.25 | 151.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 136 | 94 | 0 | 0.23 | 0.47 | 0.31 | 30.73 | 0.34 | 0.53 |
| Hex | B0 | 88 | 5E | 0 | 17 | 2F | 1F | 1F | 22 | 35 |
| Octal | 260 | 210 | 136 | 0 | 27 | 57 | 37 | 37 | 42 | 65 |
| Binary | 10110000 | 10001000 | 1011110 | 0 | 10111 | 101111 | 11111 | 11111 | 100010 | 110101 |
Color Harmonies of #B0885E
Complementary color
Monochromatic Colors of #B0885E
Black with #B0885E
Text Example
Text Example
White with #B0885E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0885E; }
p { color: rgb(176,136,94); }
H1.HeaderClassName
{
color: #B0885E;
}
.AnyTagClassName
{
color: #B0885E;
}
</style>
background-color css
<style>
a { background-color: #B0885E; }
a { background-color: rgb(176,136,94); }
div.DivClassName
{
background-color: #B0885E;
}
.BgClassName
{
background-color: #B0885E;
}
</style>
border-color css
<style>
span { border-color: #B0885E; }
span { border-color: rgb(176,136,94); }
td.TdClassName
{
border-color: #B0885E;
}
.TagClassName
{
border-color: #B0885E;
}
</style>