Shades of Teak #B18D55
Tints of Teak #B18D55
RGB
CMYK
RGB Variations
Color information
#B18D55 (or 0xB18D55) is known color: Teak. HEX triplet: B1, 8D and 55. RGB value is (177,141,85). Sum of RGB (Red+Green+Blue) = 177+141+85=403 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.92% from 403); Green value is 141 (55.47% from 255 or 34.99% from 403); Blue value is 85 (33.59% from 255 or 21.09% from 403); Max value from RGB is 177 - color contains mainly: red. Hex color #B18D55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18D55 is #4E72AA. Grayscale: #919191. Windows color (decimal): -5141163 or 5606833. OLE color: 5606833.
HSL color Cylindrical-coordinate representation of color #B18D55: hue angle of 36.52º 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 #B18D55 is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 141 | 85 | - |
| CMYK | 0 | 0.20 | 0.52 | 0.31 |
| HSL | 36.52º | 0.37% | 0.51% | - |
| HSV(B) | 36.52º | 0.52% | 0.69% | - |
| XYZ | 29.3 | 29.05 | 12.66 | - |
| YUV | 145.38 | 93.93 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 141 | 85 | 0 | 0.20 | 0.52 | 0.31 | 36.52 | 0.37 | 0.51 |
| Hex | B1 | 8D | 55 | 0 | 14 | 34 | 1F | 25 | 25 | 33 |
| Octal | 261 | 215 | 125 | 0 | 24 | 64 | 37 | 45 | 45 | 63 |
| Binary | 10110001 | 10001101 | 1010101 | 0 | 10100 | 110100 | 11111 | 100101 | 100101 | 110011 |
Color Harmonies of #B18D55
Complementary color
Monochromatic Colors of #B18D55
Black with #B18D55
Text Example
Text Example
White with #B18D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18D55; }
p { color: rgb(177,141,85); }
H1.HeaderClassName
{
color: #B18D55;
}
.AnyTagClassName
{
color: #B18D55;
}
</style>
background-color css
<style>
a { background-color: #B18D55; }
a { background-color: rgb(177,141,85); }
div.DivClassName
{
background-color: #B18D55;
}
.BgClassName
{
background-color: #B18D55;
}
</style>
border-color css
<style>
span { border-color: #B18D55; }
span { border-color: rgb(177,141,85); }
td.TdClassName
{
border-color: #B18D55;
}
.TagClassName
{
border-color: #B18D55;
}
</style>