Shades of Teak #B18459
Tints of Teak #B18459
RGB
CMYK
RGB Variations
Color information
#B18459 (or 0xB18459) is known color: Teak. HEX triplet: B1, 84 and 59. RGB value is (177,132,89). Sum of RGB (Red+Green+Blue) = 177+132+89=398 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.47% from 398); Green value is 132 (51.95% from 255 or 33.17% from 398); Blue value is 89 (35.16% from 255 or 22.36% from 398); Max value from RGB is 177 - color contains mainly: red. Hex color #B18459 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18459 is #4E7BA6. Grayscale: #8C8C8C. Windows color (decimal): -5143463 or 5866673. OLE color: 5866673.
HSL color Cylindrical-coordinate representation of color #B18459: hue angle of 29.32º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B18459 is Cyan = 0, Magento = 0.25, Yellow = 0.50 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 132 | 89 | - |
| CMYK | 0 | 0.25 | 0.50 | 0.31 |
| HSL | 29.32º | 0.36% | 0.52% | - |
| HSV(B) | 29.32º | 0.5% | 0.69% | - |
| XYZ | 28.19 | 26.57 | 13.09 | - |
| YUV | 140.55 | 98.91 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 132 | 89 | 0 | 0.25 | 0.50 | 0.31 | 29.32 | 0.36 | 0.52 |
| Hex | B1 | 84 | 59 | 0 | 19 | 32 | 1F | 1D | 24 | 34 |
| Octal | 261 | 204 | 131 | 0 | 31 | 62 | 37 | 35 | 44 | 64 |
| Binary | 10110001 | 10000100 | 1011001 | 0 | 11001 | 110010 | 11111 | 11101 | 100100 | 110100 |
Color Harmonies of #B18459
Complementary color
Monochromatic Colors of #B18459
Black with #B18459
Text Example
Text Example
White with #B18459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18459; }
p { color: rgb(177,132,89); }
H1.HeaderClassName
{
color: #B18459;
}
.AnyTagClassName
{
color: #B18459;
}
</style>
background-color css
<style>
a { background-color: #B18459; }
a { background-color: rgb(177,132,89); }
div.DivClassName
{
background-color: #B18459;
}
.BgClassName
{
background-color: #B18459;
}
</style>
border-color css
<style>
span { border-color: #B18459; }
span { border-color: rgb(177,132,89); }
td.TdClassName
{
border-color: #B18459;
}
.TagClassName
{
border-color: #B18459;
}
</style>