Shades of Teak #B18759
Tints of Teak #B18759
RGB
CMYK
RGB Variations
Color information
#B18759 (or 0xB18759) is known color: Teak. HEX triplet: B1, 87 and 59. RGB value is (177,135,89). Sum of RGB (Red+Green+Blue) = 177+135+89=401 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.14% from 401); Green value is 135 (53.12% from 255 or 33.67% from 401); Blue value is 89 (35.16% from 255 or 22.19% from 401); Max value from RGB is 177 - color contains mainly: red. Hex color #B18759 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18759 is #4E78A6. Grayscale: #8E8E8E. Windows color (decimal): -5142695 or 5867441. OLE color: 5867441.
HSL color Cylindrical-coordinate representation of color #B18759: hue angle of 31.36º 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 #B18759 is Cyan = 0, Magento = 0.24, Yellow = 0.50 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 135 | 89 | - |
| CMYK | 0 | 0.24 | 0.50 | 0.31 |
| HSL | 31.36º | 0.36% | 0.52% | - |
| HSV(B) | 31.36º | 0.5% | 0.69% | - |
| XYZ | 28.6 | 27.4 | 13.23 | - |
| YUV | 142.31 | 97.91 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 135 | 89 | 0 | 0.24 | 0.50 | 0.31 | 31.36 | 0.36 | 0.52 |
| Hex | B1 | 87 | 59 | 0 | 18 | 32 | 1F | 1F | 24 | 34 |
| Octal | 261 | 207 | 131 | 0 | 30 | 62 | 37 | 37 | 44 | 64 |
| Binary | 10110001 | 10000111 | 1011001 | 0 | 11000 | 110010 | 11111 | 11111 | 100100 | 110100 |
Color Harmonies of #B18759
Complementary color
Monochromatic Colors of #B18759
Black with #B18759
Text Example
Text Example
White with #B18759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18759; }
p { color: rgb(177,135,89); }
H1.HeaderClassName
{
color: #B18759;
}
.AnyTagClassName
{
color: #B18759;
}
</style>
background-color css
<style>
a { background-color: #B18759; }
a { background-color: rgb(177,135,89); }
div.DivClassName
{
background-color: #B18759;
}
.BgClassName
{
background-color: #B18759;
}
</style>
border-color css
<style>
span { border-color: #B18759; }
span { border-color: rgb(177,135,89); }
td.TdClassName
{
border-color: #B18759;
}
.TagClassName
{
border-color: #B18759;
}
</style>