Shades of Teak #B08E55
Tints of Teak #B08E55
RGB
CMYK
RGB Variations
Color information
#B08E55 (or 0xB08E55) is known color: Teak. HEX triplet: B0, 8E and 55. RGB value is (176,142,85). Sum of RGB (Red+Green+Blue) = 176+142+85=403 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.67% from 403); Green value is 142 (55.86% from 255 or 35.24% from 403); Blue value is 85 (33.59% from 255 or 21.09% from 403); Max value from RGB is 176 - color contains mainly: red. Hex color #B08E55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08E55 is #4F71AA. Grayscale: #919191. Windows color (decimal): -5206443 or 5607088. OLE color: 5607088.
HSL color Cylindrical-coordinate representation of color #B08E55: hue angle of 37.58º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B08E55 is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 142 | 85 | - |
| CMYK | 0 | 0.19 | 0.52 | 0.31 |
| HSL | 37.58º | 0.37% | 0.51% | - |
| HSV(B) | 37.58º | 0.52% | 0.69% | - |
| XYZ | 29.22 | 29.23 | 12.7 | - |
| YUV | 145.67 | 93.76 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 142 | 85 | 0 | 0.19 | 0.52 | 0.31 | 37.58 | 0.37 | 0.51 |
| Hex | B0 | 8E | 55 | 0 | 13 | 34 | 1F | 26 | 25 | 33 |
| Octal | 260 | 216 | 125 | 0 | 23 | 64 | 37 | 46 | 45 | 63 |
| Binary | 10110000 | 10001110 | 1010101 | 0 | 10011 | 110100 | 11111 | 100110 | 100101 | 110011 |
Color Harmonies of #B08E55
Complementary color
Monochromatic Colors of #B08E55
Black with #B08E55
Text Example
Text Example
White with #B08E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08E55; }
p { color: rgb(176,142,85); }
H1.HeaderClassName
{
color: #B08E55;
}
.AnyTagClassName
{
color: #B08E55;
}
</style>
background-color css
<style>
a { background-color: #B08E55; }
a { background-color: rgb(176,142,85); }
div.DivClassName
{
background-color: #B08E55;
}
.BgClassName
{
background-color: #B08E55;
}
</style>
border-color css
<style>
span { border-color: #B08E55; }
span { border-color: rgb(176,142,85); }
td.TdClassName
{
border-color: #B08E55;
}
.TagClassName
{
border-color: #B08E55;
}
</style>