Shades of Teak #B08A4E
Tints of Teak #B08A4E
RGB
CMYK
RGB Variations
Color information
#B08A4E (or 0xB08A4E) is known color: Teak. HEX triplet: B0, 8A and 4E. RGB value is (176,138,78). Sum of RGB (Red+Green+Blue) = 176+138+78=392 (51% of max value = 765). Red value is 176 (69.14% from 255 or 44.90% from 392); Green value is 138 (54.30% from 255 or 35.20% from 392); Blue value is 78 (30.86% from 255 or 19.90% from 392); Max value from RGB is 176 - color contains mainly: red. Hex color #B08A4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08A4E is #4F75B1. Grayscale: #8E8E8E. Windows color (decimal): -5207474 or 5147312. OLE color: 5147312.
HSL color Cylindrical-coordinate representation of color #B08A4E: hue angle of 36.73º 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 #B08A4E is Cyan = 0, Magento = 0.22, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 138 | 78 | - |
| CMYK | 0 | 0.22 | 0.56 | 0.31 |
| HSL | 36.73º | 0.39% | 0.5% | - |
| HSV(B) | 36.73º | 0.56% | 0.69% | - |
| XYZ | 28.37 | 27.96 | 11.11 | - |
| YUV | 142.52 | 91.59 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 138 | 78 | 0 | 0.22 | 0.56 | 0.31 | 36.73 | 0.39 | 0.5 |
| Hex | B0 | 8A | 4E | 0 | 16 | 38 | 1F | 25 | 27 | 32 |
| Octal | 260 | 212 | 116 | 0 | 26 | 70 | 37 | 45 | 47 | 62 |
| Binary | 10110000 | 10001010 | 1001110 | 0 | 10110 | 111000 | 11111 | 100101 | 100111 | 110010 |
Color Harmonies of #B08A4E
Complementary color
Monochromatic Colors of #B08A4E
Black with #B08A4E
Text Example
Text Example
White with #B08A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08A4E; }
p { color: rgb(176,138,78); }
H1.HeaderClassName
{
color: #B08A4E;
}
.AnyTagClassName
{
color: #B08A4E;
}
</style>
background-color css
<style>
a { background-color: #B08A4E; }
a { background-color: rgb(176,138,78); }
div.DivClassName
{
background-color: #B08A4E;
}
.BgClassName
{
background-color: #B08A4E;
}
</style>
border-color css
<style>
span { border-color: #B08A4E; }
span { border-color: rgb(176,138,78); }
td.TdClassName
{
border-color: #B08A4E;
}
.TagClassName
{
border-color: #B08A4E;
}
</style>