Shades of Teak #B0885B
Tints of Teak #B0885B
RGB
CMYK
RGB Variations
Color information
#B0885B (or 0xB0885B) is known color: Teak. HEX triplet: B0, 88 and 5B. RGB value is (176,136,91). Sum of RGB (Red+Green+Blue) = 176+136+91=403 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.67% from 403); Green value is 136 (53.52% from 255 or 33.75% from 403); Blue value is 91 (35.94% from 255 or 22.58% from 403); Max value from RGB is 176 - color contains mainly: red. Hex color #B0885B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0885B is #4F77A4. Grayscale: #8F8F8F. Windows color (decimal): -5207973 or 5998768. OLE color: 5998768.
HSL color Cylindrical-coordinate representation of color #B0885B: hue angle of 31.76º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B0885B is Cyan = 0, Magento = 0.23, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 136 | 91 | - |
| CMYK | 0 | 0.23 | 0.48 | 0.31 |
| HSL | 31.76º | 0.35% | 0.52% | - |
| HSV(B) | 31.76º | 0.48% | 0.69% | - |
| XYZ | 28.6 | 27.59 | 13.72 | - |
| YUV | 142.83 | 98.75 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 136 | 91 | 0 | 0.23 | 0.48 | 0.31 | 31.76 | 0.35 | 0.52 |
| Hex | B0 | 88 | 5B | 0 | 17 | 30 | 1F | 20 | 23 | 34 |
| Octal | 260 | 210 | 133 | 0 | 27 | 60 | 37 | 40 | 43 | 64 |
| Binary | 10110000 | 10001000 | 1011011 | 0 | 10111 | 110000 | 11111 | 100000 | 100011 | 110100 |
Color Harmonies of #B0885B
Complementary color
Monochromatic Colors of #B0885B
Black with #B0885B
Text Example
Text Example
White with #B0885B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0885B; }
p { color: rgb(176,136,91); }
H1.HeaderClassName
{
color: #B0885B;
}
.AnyTagClassName
{
color: #B0885B;
}
</style>
background-color css
<style>
a { background-color: #B0885B; }
a { background-color: rgb(176,136,91); }
div.DivClassName
{
background-color: #B0885B;
}
.BgClassName
{
background-color: #B0885B;
}
</style>
border-color css
<style>
span { border-color: #B0885B; }
span { border-color: rgb(176,136,91); }
td.TdClassName
{
border-color: #B0885B;
}
.TagClassName
{
border-color: #B0885B;
}
</style>