Shades of Teak #B08854
Tints of Teak #B08854
RGB
CMYK
RGB Variations
Color information
#B08854 (or 0xB08854) is known color: Teak. HEX triplet: B0, 88 and 54. RGB value is (176,136,84). Sum of RGB (Red+Green+Blue) = 176+136+84=396 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.44% from 396); Green value is 136 (53.52% from 255 or 34.34% from 396); Blue value is 84 (33.20% from 255 or 21.21% from 396); Max value from RGB is 176 - color contains mainly: red. Hex color #B08854 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08854 is #4F77AB. Grayscale: #8E8E8E. Windows color (decimal): -5207980 or 5540016. OLE color: 5540016.
HSL color Cylindrical-coordinate representation of color #B08854: hue angle of 33.91º 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 #B08854 is Cyan = 0, Magento = 0.23, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 136 | 84 | - |
| CMYK | 0 | 0.23 | 0.52 | 0.31 |
| HSL | 33.91º | 0.37% | 0.51% | - |
| HSV(B) | 33.91º | 0.52% | 0.69% | - |
| XYZ | 28.31 | 27.48 | 12.2 | - |
| YUV | 142.03 | 95.25 | 152.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 136 | 84 | 0 | 0.23 | 0.52 | 0.31 | 33.91 | 0.37 | 0.51 |
| Hex | B0 | 88 | 54 | 0 | 17 | 34 | 1F | 22 | 25 | 33 |
| Octal | 260 | 210 | 124 | 0 | 27 | 64 | 37 | 42 | 45 | 63 |
| Binary | 10110000 | 10001000 | 1010100 | 0 | 10111 | 110100 | 11111 | 100010 | 100101 | 110011 |
Color Harmonies of #B08854
Complementary color
Monochromatic Colors of #B08854
Black with #B08854
Text Example
Text Example
White with #B08854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08854; }
p { color: rgb(176,136,84); }
H1.HeaderClassName
{
color: #B08854;
}
.AnyTagClassName
{
color: #B08854;
}
</style>
background-color css
<style>
a { background-color: #B08854; }
a { background-color: rgb(176,136,84); }
div.DivClassName
{
background-color: #B08854;
}
.BgClassName
{
background-color: #B08854;
}
</style>
border-color css
<style>
span { border-color: #B08854; }
span { border-color: rgb(176,136,84); }
td.TdClassName
{
border-color: #B08854;
}
.TagClassName
{
border-color: #B08854;
}
</style>