Shades of Teak #B18C4E
Tints of Teak #B18C4E
RGB
CMYK
RGB Variations
Color information
#B18C4E (or 0xB18C4E) is known color: Teak. HEX triplet: B1, 8C and 4E. RGB value is (177,140,78). Sum of RGB (Red+Green+Blue) = 177+140+78=395 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.81% from 395); Green value is 140 (55.08% from 255 or 35.44% from 395); Blue value is 78 (30.86% from 255 or 19.75% from 395); Max value from RGB is 177 - color contains mainly: red. Hex color #B18C4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18C4E is #4E73B1. Grayscale: #909090. Windows color (decimal): -5141426 or 5147825. OLE color: 5147825.
HSL color Cylindrical-coordinate representation of color #B18C4E: hue angle of 37.58º 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 #B18C4E is Cyan = 0, Magento = 0.21, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 140 | 78 | - |
| CMYK | 0 | 0.21 | 0.56 | 0.31 |
| HSL | 37.58º | 0.39% | 0.5% | - |
| HSV(B) | 37.58º | 0.56% | 0.69% | - |
| XYZ | 28.88 | 28.65 | 11.22 | - |
| YUV | 144 | 90.76 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 140 | 78 | 0 | 0.21 | 0.56 | 0.31 | 37.58 | 0.39 | 0.5 |
| Hex | B1 | 8C | 4E | 0 | 15 | 38 | 1F | 26 | 27 | 32 |
| Octal | 261 | 214 | 116 | 0 | 25 | 70 | 37 | 46 | 47 | 62 |
| Binary | 10110001 | 10001100 | 1001110 | 0 | 10101 | 111000 | 11111 | 100110 | 100111 | 110010 |
Color Harmonies of #B18C4E
Complementary color
Monochromatic Colors of #B18C4E
Black with #B18C4E
Text Example
Text Example
White with #B18C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18C4E; }
p { color: rgb(177,140,78); }
H1.HeaderClassName
{
color: #B18C4E;
}
.AnyTagClassName
{
color: #B18C4E;
}
</style>
background-color css
<style>
a { background-color: #B18C4E; }
a { background-color: rgb(177,140,78); }
div.DivClassName
{
background-color: #B18C4E;
}
.BgClassName
{
background-color: #B18C4E;
}
</style>
border-color css
<style>
span { border-color: #B18C4E; }
span { border-color: rgb(177,140,78); }
td.TdClassName
{
border-color: #B18C4E;
}
.TagClassName
{
border-color: #B18C4E;
}
</style>