Shades of Teak #B08A5B
Tints of Teak #B08A5B
RGB
CMYK
RGB Variations
Color information
#B08A5B (or 0xB08A5B) is known color: Teak. HEX triplet: B0, 8A and 5B. RGB value is (176,138,91). Sum of RGB (Red+Green+Blue) = 176+138+91=405 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.46% from 405); Green value is 138 (54.30% from 255 or 34.07% from 405); Blue value is 91 (35.94% from 255 or 22.47% from 405); Max value from RGB is 176 - color contains mainly: red. Hex color #B08A5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08A5B is #4F75A4. Grayscale: #909090. Windows color (decimal): -5207461 or 5999280. OLE color: 5999280.
HSL color Cylindrical-coordinate representation of color #B08A5B: hue angle of 33.18º 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 #B08A5B is Cyan = 0, Magento = 0.22, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 138 | 91 | - |
| CMYK | 0 | 0.22 | 0.48 | 0.31 |
| HSL | 33.18º | 0.35% | 0.52% | - |
| HSV(B) | 33.18º | 0.48% | 0.69% | - |
| XYZ | 28.88 | 28.16 | 13.81 | - |
| YUV | 144 | 98.09 | 150.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 138 | 91 | 0 | 0.22 | 0.48 | 0.31 | 33.18 | 0.35 | 0.52 |
| Hex | B0 | 8A | 5B | 0 | 16 | 30 | 1F | 21 | 23 | 34 |
| Octal | 260 | 212 | 133 | 0 | 26 | 60 | 37 | 41 | 43 | 64 |
| Binary | 10110000 | 10001010 | 1011011 | 0 | 10110 | 110000 | 11111 | 100001 | 100011 | 110100 |
Color Harmonies of #B08A5B
Complementary color
Monochromatic Colors of #B08A5B
Black with #B08A5B
Text Example
Text Example
White with #B08A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08A5B; }
p { color: rgb(176,138,91); }
H1.HeaderClassName
{
color: #B08A5B;
}
.AnyTagClassName
{
color: #B08A5B;
}
</style>
background-color css
<style>
a { background-color: #B08A5B; }
a { background-color: rgb(176,138,91); }
div.DivClassName
{
background-color: #B08A5B;
}
.BgClassName
{
background-color: #B08A5B;
}
</style>
border-color css
<style>
span { border-color: #B08A5B; }
span { border-color: rgb(176,138,91); }
td.TdClassName
{
border-color: #B08A5B;
}
.TagClassName
{
border-color: #B08A5B;
}
</style>