Shades of Teak #B0884E
Tints of Teak #B0884E
RGB
CMYK
RGB Variations
Color information
#B0884E (or 0xB0884E) is known color: Teak. HEX triplet: B0, 88 and 4E. RGB value is (176,136,78). Sum of RGB (Red+Green+Blue) = 176+136+78=390 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.13% from 390); Green value is 136 (53.52% from 255 or 34.87% from 390); Blue value is 78 (30.86% from 255 or 20% from 390); Max value from RGB is 176 - color contains mainly: red. Hex color #B0884E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0884E is #4F77B1. Grayscale: #8D8D8D. Windows color (decimal): -5207986 or 5146800. OLE color: 5146800.
HSL color Cylindrical-coordinate representation of color #B0884E: hue angle of 35.51º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B0884E is Cyan = 0, Magento = 0.23, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 136 | 78 | - |
| CMYK | 0 | 0.23 | 0.56 | 0.31 |
| HSL | 35.51º | 0.39% | 0.5% | - |
| HSV(B) | 35.51º | 0.56% | 0.69% | - |
| XYZ | 28.08 | 27.39 | 11.01 | - |
| YUV | 141.35 | 92.25 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 136 | 78 | 0 | 0.23 | 0.56 | 0.31 | 35.51 | 0.39 | 0.5 |
| Hex | B0 | 88 | 4E | 0 | 17 | 38 | 1F | 24 | 27 | 32 |
| Octal | 260 | 210 | 116 | 0 | 27 | 70 | 37 | 44 | 47 | 62 |
| Binary | 10110000 | 10001000 | 1001110 | 0 | 10111 | 111000 | 11111 | 100100 | 100111 | 110010 |
Color Harmonies of #B0884E
Complementary color
Monochromatic Colors of #B0884E
Black with #B0884E
Text Example
Text Example
White with #B0884E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0884E; }
p { color: rgb(176,136,78); }
H1.HeaderClassName
{
color: #B0884E;
}
.AnyTagClassName
{
color: #B0884E;
}
</style>
background-color css
<style>
a { background-color: #B0884E; }
a { background-color: rgb(176,136,78); }
div.DivClassName
{
background-color: #B0884E;
}
.BgClassName
{
background-color: #B0884E;
}
</style>
border-color css
<style>
span { border-color: #B0884E; }
span { border-color: rgb(176,136,78); }
td.TdClassName
{
border-color: #B0884E;
}
.TagClassName
{
border-color: #B0884E;
}
</style>