Shades of Teak #B08C55
Tints of Teak #B08C55
RGB
CMYK
RGB Variations
Color information
#B08C55 (or 0xB08C55) is known color: Teak. HEX triplet: B0, 8C and 55. RGB value is (176,140,85). Sum of RGB (Red+Green+Blue) = 176+140+85=401 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.89% from 401); Green value is 140 (55.08% from 255 or 34.91% from 401); Blue value is 85 (33.59% from 255 or 21.20% from 401); Max value from RGB is 176 - color contains mainly: red. Hex color #B08C55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08C55 is #4F73AA. Grayscale: #909090. Windows color (decimal): -5206955 or 5606576. OLE color: 5606576.
HSL color Cylindrical-coordinate representation of color #B08C55: hue angle of 36.26º 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 #B08C55 is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 140 | 85 | - |
| CMYK | 0 | 0.20 | 0.52 | 0.31 |
| HSL | 36.26º | 0.37% | 0.51% | - |
| HSV(B) | 36.26º | 0.52% | 0.69% | - |
| XYZ | 28.92 | 28.64 | 12.6 | - |
| YUV | 144.49 | 94.43 | 150.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 140 | 85 | 0 | 0.20 | 0.52 | 0.31 | 36.26 | 0.37 | 0.51 |
| Hex | B0 | 8C | 55 | 0 | 14 | 34 | 1F | 24 | 25 | 33 |
| Octal | 260 | 214 | 125 | 0 | 24 | 64 | 37 | 44 | 45 | 63 |
| Binary | 10110000 | 10001100 | 1010101 | 0 | 10100 | 110100 | 11111 | 100100 | 100101 | 110011 |
Color Harmonies of #B08C55
Complementary color
Monochromatic Colors of #B08C55
Black with #B08C55
Text Example
Text Example
White with #B08C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08C55; }
p { color: rgb(176,140,85); }
H1.HeaderClassName
{
color: #B08C55;
}
.AnyTagClassName
{
color: #B08C55;
}
</style>
background-color css
<style>
a { background-color: #B08C55; }
a { background-color: rgb(176,140,85); }
div.DivClassName
{
background-color: #B08C55;
}
.BgClassName
{
background-color: #B08C55;
}
</style>
border-color css
<style>
span { border-color: #B08C55; }
span { border-color: rgb(176,140,85); }
td.TdClassName
{
border-color: #B08C55;
}
.TagClassName
{
border-color: #B08C55;
}
</style>