Shades of Teak #B08653
Tints of Teak #B08653
RGB
CMYK
RGB Variations
Color information
#B08653 (or 0xB08653) is known color: Teak. HEX triplet: B0, 86 and 53. RGB value is (176,134,83). Sum of RGB (Red+Green+Blue) = 176+134+83=393 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.78% from 393); Green value is 134 (52.73% from 255 or 34.10% from 393); Blue value is 83 (32.81% from 255 or 21.12% from 393); Max value from RGB is 176 - color contains mainly: red. Hex color #B08653 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08653 is #4F79AC. Grayscale: #8C8C8C. Windows color (decimal): -5208493 or 5473968. OLE color: 5473968.
HSL color Cylindrical-coordinate representation of color #B08653: hue angle of 32.9º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B08653 is Cyan = 0, Magento = 0.24, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 134 | 83 | - |
| CMYK | 0 | 0.24 | 0.53 | 0.31 |
| HSL | 32.9º | 0.37% | 0.51% | - |
| HSV(B) | 32.9º | 0.53% | 0.69% | - |
| XYZ | 27.99 | 26.9 | 11.9 | - |
| YUV | 140.74 | 95.41 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 134 | 83 | 0 | 0.24 | 0.53 | 0.31 | 32.9 | 0.37 | 0.51 |
| Hex | B0 | 86 | 53 | 0 | 18 | 35 | 1F | 21 | 25 | 33 |
| Octal | 260 | 206 | 123 | 0 | 30 | 65 | 37 | 41 | 45 | 63 |
| Binary | 10110000 | 10000110 | 1010011 | 0 | 11000 | 110101 | 11111 | 100001 | 100101 | 110011 |
Color Harmonies of #B08653
Complementary color
Monochromatic Colors of #B08653
Black with #B08653
Text Example
Text Example
White with #B08653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08653; }
p { color: rgb(176,134,83); }
H1.HeaderClassName
{
color: #B08653;
}
.AnyTagClassName
{
color: #B08653;
}
</style>
background-color css
<style>
a { background-color: #B08653; }
a { background-color: rgb(176,134,83); }
div.DivClassName
{
background-color: #B08653;
}
.BgClassName
{
background-color: #B08653;
}
</style>
border-color css
<style>
span { border-color: #B08653; }
span { border-color: rgb(176,134,83); }
td.TdClassName
{
border-color: #B08653;
}
.TagClassName
{
border-color: #B08653;
}
</style>