Shades of Teak #B08D53
Tints of Teak #B08D53
RGB
CMYK
RGB Variations
Color information
#B08D53 (or 0xB08D53) is known color: Teak. HEX triplet: B0, 8D and 53. RGB value is (176,141,83). Sum of RGB (Red+Green+Blue) = 176+141+83=400 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44% from 400); Green value is 141 (55.47% from 255 or 35.25% from 400); Blue value is 83 (32.81% from 255 or 20.75% from 400); Max value from RGB is 176 - color contains mainly: red. Hex color #B08D53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08D53 is #4F72AC. Grayscale: #919191. Windows color (decimal): -5206701 or 5475760. OLE color: 5475760.
HSL color Cylindrical-coordinate representation of color #B08D53: hue angle of 37.42º 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 #B08D53 is Cyan = 0, Magento = 0.20, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 141 | 83 | - |
| CMYK | 0 | 0.20 | 0.53 | 0.31 |
| HSL | 37.42º | 0.37% | 0.51% | - |
| HSV(B) | 37.42º | 0.53% | 0.69% | - |
| XYZ | 28.99 | 28.9 | 12.23 | - |
| YUV | 144.85 | 93.1 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 141 | 83 | 0 | 0.20 | 0.53 | 0.31 | 37.42 | 0.37 | 0.51 |
| Hex | B0 | 8D | 53 | 0 | 14 | 35 | 1F | 25 | 25 | 33 |
| Octal | 260 | 215 | 123 | 0 | 24 | 65 | 37 | 45 | 45 | 63 |
| Binary | 10110000 | 10001101 | 1010011 | 0 | 10100 | 110101 | 11111 | 100101 | 100101 | 110011 |
Color Harmonies of #B08D53
Complementary color
Monochromatic Colors of #B08D53
Black with #B08D53
Text Example
Text Example
White with #B08D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08D53; }
p { color: rgb(176,141,83); }
H1.HeaderClassName
{
color: #B08D53;
}
.AnyTagClassName
{
color: #B08D53;
}
</style>
background-color css
<style>
a { background-color: #B08D53; }
a { background-color: rgb(176,141,83); }
div.DivClassName
{
background-color: #B08D53;
}
.BgClassName
{
background-color: #B08D53;
}
</style>
border-color css
<style>
span { border-color: #B08D53; }
span { border-color: rgb(176,141,83); }
td.TdClassName
{
border-color: #B08D53;
}
.TagClassName
{
border-color: #B08D53;
}
</style>