Shades of Teak #B18C4C
Tints of Teak #B18C4C
RGB
CMYK
RGB Variations
Color information
#B18C4C (or 0xB18C4C) is known color: Teak. HEX triplet: B1, 8C and 4C. RGB value is (177,140,76). Sum of RGB (Red+Green+Blue) = 177+140+76=393 (52% of max value = 765). Red value is 177 (69.53% from 255 or 45.04% from 393); Green value is 140 (55.08% from 255 or 35.62% from 393); Blue value is 76 (30.08% from 255 or 19.34% from 393); Max value from RGB is 177 - color contains mainly: red. Hex color #B18C4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18C4C is #4E73B3. Grayscale: #909090. Windows color (decimal): -5141428 or 5016753. OLE color: 5016753.
HSL color Cylindrical-coordinate representation of color #B18C4C: hue angle of 38.02º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B18C4C is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 140 | 76 | - |
| CMYK | 0 | 0.21 | 0.57 | 0.31 |
| HSL | 38.02º | 0.4% | 0.5% | - |
| HSV(B) | 38.02º | 0.57% | 0.69% | - |
| XYZ | 28.81 | 28.63 | 10.84 | - |
| YUV | 143.77 | 89.76 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 140 | 76 | 0 | 0.21 | 0.57 | 0.31 | 38.02 | 0.4 | 0.5 |
| Hex | B1 | 8C | 4C | 0 | 15 | 39 | 1F | 26 | 28 | 32 |
| Octal | 261 | 214 | 114 | 0 | 25 | 71 | 37 | 46 | 50 | 62 |
| Binary | 10110001 | 10001100 | 1001100 | 0 | 10101 | 111001 | 11111 | 100110 | 101000 | 110010 |
Color Harmonies of #B18C4C
Complementary color
Monochromatic Colors of #B18C4C
Black with #B18C4C
Text Example
Text Example
White with #B18C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18C4C; }
p { color: rgb(177,140,76); }
H1.HeaderClassName
{
color: #B18C4C;
}
.AnyTagClassName
{
color: #B18C4C;
}
</style>
background-color css
<style>
a { background-color: #B18C4C; }
a { background-color: rgb(177,140,76); }
div.DivClassName
{
background-color: #B18C4C;
}
.BgClassName
{
background-color: #B18C4C;
}
</style>
border-color css
<style>
span { border-color: #B18C4C; }
span { border-color: rgb(177,140,76); }
td.TdClassName
{
border-color: #B18C4C;
}
.TagClassName
{
border-color: #B18C4C;
}
</style>