Shades of Teak #B18E55
Tints of Teak #B18E55
RGB
CMYK
RGB Variations
Color information
#B18E55 (or 0xB18E55) is known color: Teak. HEX triplet: B1, 8E and 55. RGB value is (177,142,85). Sum of RGB (Red+Green+Blue) = 177+142+85=404 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.81% from 404); Green value is 142 (55.86% from 255 or 35.15% from 404); Blue value is 85 (33.59% from 255 or 21.04% from 404); Max value from RGB is 177 - color contains mainly: red. Hex color #B18E55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18E55 is #4E71AA. Grayscale: #929292. Windows color (decimal): -5140907 or 5607089. OLE color: 5607089.
HSL color Cylindrical-coordinate representation of color #B18E55: hue angle of 37.17º 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 #B18E55 is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 142 | 85 | - |
| CMYK | 0 | 0.20 | 0.52 | 0.31 |
| HSL | 37.17º | 0.37% | 0.51% | - |
| HSV(B) | 37.17º | 0.52% | 0.69% | - |
| XYZ | 29.44 | 29.35 | 12.71 | - |
| YUV | 145.97 | 93.6 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 142 | 85 | 0 | 0.20 | 0.52 | 0.31 | 37.17 | 0.37 | 0.51 |
| Hex | B1 | 8E | 55 | 0 | 14 | 34 | 1F | 25 | 25 | 33 |
| Octal | 261 | 216 | 125 | 0 | 24 | 64 | 37 | 45 | 45 | 63 |
| Binary | 10110001 | 10001110 | 1010101 | 0 | 10100 | 110100 | 11111 | 100101 | 100101 | 110011 |
Color Harmonies of #B18E55
Complementary color
Monochromatic Colors of #B18E55
Black with #B18E55
Text Example
Text Example
White with #B18E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18E55; }
p { color: rgb(177,142,85); }
H1.HeaderClassName
{
color: #B18E55;
}
.AnyTagClassName
{
color: #B18E55;
}
</style>
background-color css
<style>
a { background-color: #B18E55; }
a { background-color: rgb(177,142,85); }
div.DivClassName
{
background-color: #B18E55;
}
.BgClassName
{
background-color: #B18E55;
}
</style>
border-color css
<style>
span { border-color: #B18E55; }
span { border-color: rgb(177,142,85); }
td.TdClassName
{
border-color: #B18E55;
}
.TagClassName
{
border-color: #B18E55;
}
</style>