Shades of Teak #B0894D
Tints of Teak #B0894D
RGB
CMYK
RGB Variations
Color information
#B0894D (or 0xB0894D) is known color: Teak. HEX triplet: B0, 89 and 4D. RGB value is (176,137,77). Sum of RGB (Red+Green+Blue) = 176+137+77=390 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.13% from 390); Green value is 137 (53.91% from 255 or 35.13% from 390); Blue value is 77 (30.47% from 255 or 19.74% from 390); Max value from RGB is 176 - color contains mainly: red. Hex color #B0894D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0894D is #4F76B2. Grayscale: #8E8E8E. Windows color (decimal): -5207731 or 5081520. OLE color: 5081520.
HSL color Cylindrical-coordinate representation of color #B0894D: hue angle of 36.36º 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 #B0894D is Cyan = 0, Magento = 0.22, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 137 | 77 | - |
| CMYK | 0 | 0.22 | 0.56 | 0.31 |
| HSL | 36.36º | 0.39% | 0.5% | - |
| HSV(B) | 36.36º | 0.56% | 0.69% | - |
| XYZ | 28.19 | 27.66 | 10.87 | - |
| YUV | 141.82 | 91.42 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 137 | 77 | 0 | 0.22 | 0.56 | 0.31 | 36.36 | 0.39 | 0.5 |
| Hex | B0 | 89 | 4D | 0 | 16 | 38 | 1F | 24 | 27 | 32 |
| Octal | 260 | 211 | 115 | 0 | 26 | 70 | 37 | 44 | 47 | 62 |
| Binary | 10110000 | 10001001 | 1001101 | 0 | 10110 | 111000 | 11111 | 100100 | 100111 | 110010 |
Color Harmonies of #B0894D
Complementary color
Monochromatic Colors of #B0894D
Black with #B0894D
Text Example
Text Example
White with #B0894D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0894D; }
p { color: rgb(176,137,77); }
H1.HeaderClassName
{
color: #B0894D;
}
.AnyTagClassName
{
color: #B0894D;
}
</style>
background-color css
<style>
a { background-color: #B0894D; }
a { background-color: rgb(176,137,77); }
div.DivClassName
{
background-color: #B0894D;
}
.BgClassName
{
background-color: #B0894D;
}
</style>
border-color css
<style>
span { border-color: #B0894D; }
span { border-color: rgb(176,137,77); }
td.TdClassName
{
border-color: #B0894D;
}
.TagClassName
{
border-color: #B0894D;
}
</style>