Shades of Teak #B18D4E
Tints of Teak #B18D4E
RGB
CMYK
RGB Variations
Color information
#B18D4E (or 0xB18D4E) is known color: Teak. HEX triplet: B1, 8D and 4E. RGB value is (177,141,78). Sum of RGB (Red+Green+Blue) = 177+141+78=396 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.70% from 396); Green value is 141 (55.47% from 255 or 35.61% from 396); Blue value is 78 (30.86% from 255 or 19.70% from 396); Max value from RGB is 177 - color contains mainly: red. Hex color #B18D4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18D4E is #4E72B1. Grayscale: #909090. Windows color (decimal): -5141170 or 5148081. OLE color: 5148081.
HSL color Cylindrical-coordinate representation of color #B18D4E: hue angle of 38.18º 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 #B18D4E is Cyan = 0, Magento = 0.20, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 141 | 78 | - |
| CMYK | 0 | 0.20 | 0.56 | 0.31 |
| HSL | 38.18º | 0.39% | 0.5% | - |
| HSV(B) | 38.18º | 0.56% | 0.69% | - |
| XYZ | 29.03 | 28.95 | 11.26 | - |
| YUV | 144.58 | 90.43 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 141 | 78 | 0 | 0.20 | 0.56 | 0.31 | 38.18 | 0.39 | 0.5 |
| Hex | B1 | 8D | 4E | 0 | 14 | 38 | 1F | 26 | 27 | 32 |
| Octal | 261 | 215 | 116 | 0 | 24 | 70 | 37 | 46 | 47 | 62 |
| Binary | 10110001 | 10001101 | 1001110 | 0 | 10100 | 111000 | 11111 | 100110 | 100111 | 110010 |
Color Harmonies of #B18D4E
Complementary color
Monochromatic Colors of #B18D4E
Black with #B18D4E
Text Example
Text Example
White with #B18D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18D4E; }
p { color: rgb(177,141,78); }
H1.HeaderClassName
{
color: #B18D4E;
}
.AnyTagClassName
{
color: #B18D4E;
}
</style>
background-color css
<style>
a { background-color: #B18D4E; }
a { background-color: rgb(177,141,78); }
div.DivClassName
{
background-color: #B18D4E;
}
.BgClassName
{
background-color: #B18D4E;
}
</style>
border-color css
<style>
span { border-color: #B18D4E; }
span { border-color: rgb(177,141,78); }
td.TdClassName
{
border-color: #B18D4E;
}
.TagClassName
{
border-color: #B18D4E;
}
</style>