Shades of Teak #B18D4D
Tints of Teak #B18D4D
RGB
CMYK
RGB Variations
Color information
#B18D4D (or 0xB18D4D) is known color: Teak. HEX triplet: B1, 8D and 4D. RGB value is (177,141,77). Sum of RGB (Red+Green+Blue) = 177+141+77=395 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.81% from 395); Green value is 141 (55.47% from 255 or 35.70% from 395); Blue value is 77 (30.47% from 255 or 19.49% from 395); Max value from RGB is 177 - color contains mainly: red. Hex color #B18D4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18D4D is #4E72B2. Grayscale: #909090. Windows color (decimal): -5141171 or 5082545. OLE color: 5082545.
HSL color Cylindrical-coordinate representation of color #B18D4D: hue angle of 38.4º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B18D4D is Cyan = 0, Magento = 0.20, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 141 | 77 | - |
| CMYK | 0 | 0.20 | 0.56 | 0.31 |
| HSL | 38.4º | 0.39% | 0.5% | - |
| HSV(B) | 38.4º | 0.56% | 0.69% | - |
| XYZ | 29 | 28.93 | 11.08 | - |
| YUV | 144.47 | 89.93 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 141 | 77 | 0 | 0.20 | 0.56 | 0.31 | 38.4 | 0.39 | 0.5 |
| Hex | B1 | 8D | 4D | 0 | 14 | 38 | 1F | 26 | 27 | 32 |
| Octal | 261 | 215 | 115 | 0 | 24 | 70 | 37 | 46 | 47 | 62 |
| Binary | 10110001 | 10001101 | 1001101 | 0 | 10100 | 111000 | 11111 | 100110 | 100111 | 110010 |
Color Harmonies of #B18D4D
Complementary color
Monochromatic Colors of #B18D4D
Black with #B18D4D
Text Example
Text Example
White with #B18D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18D4D; }
p { color: rgb(177,141,77); }
H1.HeaderClassName
{
color: #B18D4D;
}
.AnyTagClassName
{
color: #B18D4D;
}
</style>
background-color css
<style>
a { background-color: #B18D4D; }
a { background-color: rgb(177,141,77); }
div.DivClassName
{
background-color: #B18D4D;
}
.BgClassName
{
background-color: #B18D4D;
}
</style>
border-color css
<style>
span { border-color: #B18D4D; }
span { border-color: rgb(177,141,77); }
td.TdClassName
{
border-color: #B18D4D;
}
.TagClassName
{
border-color: #B18D4D;
}
</style>