Shades of Teak #B18E50
Tints of Teak #B18E50
RGB
CMYK
RGB Variations
Color information
#B18E50 (or 0xB18E50) is known color: Teak. HEX triplet: B1, 8E and 50. RGB value is (177,142,80). Sum of RGB (Red+Green+Blue) = 177+142+80=399 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.36% from 399); Green value is 142 (55.86% from 255 or 35.59% from 399); Blue value is 80 (31.64% from 255 or 20.05% from 399); Max value from RGB is 177 - color contains mainly: red. Hex color #B18E50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18E50 is #4E71AF. Grayscale: #919191. Windows color (decimal): -5140912 or 5279409. OLE color: 5279409.
HSL color Cylindrical-coordinate representation of color #B18E50: hue angle of 38.35º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B18E50 is Cyan = 0, Magento = 0.20, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 142 | 80 | - |
| CMYK | 0 | 0.20 | 0.55 | 0.31 |
| HSL | 38.35º | 0.38% | 0.5% | - |
| HSV(B) | 38.35º | 0.55% | 0.69% | - |
| XYZ | 29.25 | 29.27 | 11.7 | - |
| YUV | 145.4 | 91.1 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 142 | 80 | 0 | 0.20 | 0.55 | 0.31 | 38.35 | 0.38 | 0.5 |
| Hex | B1 | 8E | 50 | 0 | 14 | 37 | 1F | 26 | 26 | 32 |
| Octal | 261 | 216 | 120 | 0 | 24 | 67 | 37 | 46 | 46 | 62 |
| Binary | 10110001 | 10001110 | 1010000 | 0 | 10100 | 110111 | 11111 | 100110 | 100110 | 110010 |
Color Harmonies of #B18E50
Complementary color
Monochromatic Colors of #B18E50
Black with #B18E50
Text Example
Text Example
White with #B18E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18E50; }
p { color: rgb(177,142,80); }
H1.HeaderClassName
{
color: #B18E50;
}
.AnyTagClassName
{
color: #B18E50;
}
</style>
background-color css
<style>
a { background-color: #B18E50; }
a { background-color: rgb(177,142,80); }
div.DivClassName
{
background-color: #B18E50;
}
.BgClassName
{
background-color: #B18E50;
}
</style>
border-color css
<style>
span { border-color: #B18E50; }
span { border-color: rgb(177,142,80); }
td.TdClassName
{
border-color: #B18E50;
}
.TagClassName
{
border-color: #B18E50;
}
</style>