Shades of Teak #B08B4E
Tints of Teak #B08B4E
RGB
CMYK
RGB Variations
Color information
#B08B4E (or 0xB08B4E) is known color: Teak. HEX triplet: B0, 8B and 4E. RGB value is (176,139,78). Sum of RGB (Red+Green+Blue) = 176+139+78=393 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.78% from 393); Green value is 139 (54.69% from 255 or 35.37% from 393); Blue value is 78 (30.86% from 255 or 19.85% from 393); Max value from RGB is 176 - color contains mainly: red. Hex color #B08B4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08B4E is #4F74B1. Grayscale: #8F8F8F. Windows color (decimal): -5207218 or 5147568. OLE color: 5147568.
HSL color Cylindrical-coordinate representation of color #B08B4E: hue angle of 37.35º 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 #B08B4E is Cyan = 0, Magento = 0.21, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 139 | 78 | - |
| CMYK | 0 | 0.21 | 0.56 | 0.31 |
| HSL | 37.35º | 0.39% | 0.5% | - |
| HSV(B) | 37.35º | 0.56% | 0.69% | - |
| XYZ | 28.51 | 28.25 | 11.16 | - |
| YUV | 143.11 | 91.26 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 139 | 78 | 0 | 0.21 | 0.56 | 0.31 | 37.35 | 0.39 | 0.5 |
| Hex | B0 | 8B | 4E | 0 | 15 | 38 | 1F | 25 | 27 | 32 |
| Octal | 260 | 213 | 116 | 0 | 25 | 70 | 37 | 45 | 47 | 62 |
| Binary | 10110000 | 10001011 | 1001110 | 0 | 10101 | 111000 | 11111 | 100101 | 100111 | 110010 |
Color Harmonies of #B08B4E
Complementary color
Monochromatic Colors of #B08B4E
Black with #B08B4E
Text Example
Text Example
White with #B08B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08B4E; }
p { color: rgb(176,139,78); }
H1.HeaderClassName
{
color: #B08B4E;
}
.AnyTagClassName
{
color: #B08B4E;
}
</style>
background-color css
<style>
a { background-color: #B08B4E; }
a { background-color: rgb(176,139,78); }
div.DivClassName
{
background-color: #B08B4E;
}
.BgClassName
{
background-color: #B08B4E;
}
</style>
border-color css
<style>
span { border-color: #B08B4E; }
span { border-color: rgb(176,139,78); }
td.TdClassName
{
border-color: #B08B4E;
}
.TagClassName
{
border-color: #B08B4E;
}
</style>