Shades of Teak #B0865B
Tints of Teak #B0865B
RGB
CMYK
RGB Variations
Color information
#B0865B (or 0xB0865B) is known color: Teak. HEX triplet: B0, 86 and 5B. RGB value is (176,134,91). Sum of RGB (Red+Green+Blue) = 176+134+91=401 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.89% from 401); Green value is 134 (52.73% from 255 or 33.42% from 401); Blue value is 91 (35.94% from 255 or 22.69% from 401); Max value from RGB is 176 - color contains mainly: red. Hex color #B0865B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0865B is #4F79A4. Grayscale: #8D8D8D. Windows color (decimal): -5208485 or 5998256. OLE color: 5998256.
HSL color Cylindrical-coordinate representation of color #B0865B: hue angle of 30.35º 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 #B0865B is Cyan = 0, Magento = 0.24, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 134 | 91 | - |
| CMYK | 0 | 0.24 | 0.48 | 0.31 |
| HSL | 30.35º | 0.35% | 0.52% | - |
| HSV(B) | 30.35º | 0.48% | 0.69% | - |
| XYZ | 28.32 | 27.04 | 13.62 | - |
| YUV | 141.66 | 99.41 | 152.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 134 | 91 | 0 | 0.24 | 0.48 | 0.31 | 30.35 | 0.35 | 0.52 |
| Hex | B0 | 86 | 5B | 0 | 18 | 30 | 1F | 1E | 23 | 34 |
| Octal | 260 | 206 | 133 | 0 | 30 | 60 | 37 | 36 | 43 | 64 |
| Binary | 10110000 | 10000110 | 1011011 | 0 | 11000 | 110000 | 11111 | 11110 | 100011 | 110100 |
Color Harmonies of #B0865B
Complementary color
Monochromatic Colors of #B0865B
Black with #B0865B
Text Example
Text Example
White with #B0865B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0865B; }
p { color: rgb(176,134,91); }
H1.HeaderClassName
{
color: #B0865B;
}
.AnyTagClassName
{
color: #B0865B;
}
</style>
background-color css
<style>
a { background-color: #B0865B; }
a { background-color: rgb(176,134,91); }
div.DivClassName
{
background-color: #B0865B;
}
.BgClassName
{
background-color: #B0865B;
}
</style>
border-color css
<style>
span { border-color: #B0865B; }
span { border-color: rgb(176,134,91); }
td.TdClassName
{
border-color: #B0865B;
}
.TagClassName
{
border-color: #B0865B;
}
</style>