Shades of Teak #B48D4E
Tints of Teak #B48D4E
RGB
CMYK
RGB Variations
Color information
#B48D4E (or 0xB48D4E) is known color: Teak. HEX triplet: B4, 8D and 4E. RGB value is (180,141,78). Sum of RGB (Red+Green+Blue) = 180+141+78=399 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.11% from 399); Green value is 141 (55.47% from 255 or 35.34% from 399); Blue value is 78 (30.86% from 255 or 19.55% from 399); Max value from RGB is 180 - color contains mainly: red. Hex color #B48D4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48D4E is #4B72B1. Grayscale: #919191. Windows color (decimal): -4944562 or 5148084. OLE color: 5148084.
HSL color Cylindrical-coordinate representation of color #B48D4E: hue angle of 37.06º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B48D4E is Cyan = 0, Magento = 0.22, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 141 | 78 | - |
| CMYK | 0 | 0.22 | 0.57 | 0.29 |
| HSL | 37.06º | 0.4% | 0.51% | - |
| HSV(B) | 37.06º | 0.57% | 0.71% | - |
| XYZ | 29.72 | 29.3 | 11.3 | - |
| YUV | 145.48 | 89.92 | 152.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 141 | 78 | 0 | 0.22 | 0.57 | 0.29 | 37.06 | 0.4 | 0.51 |
| Hex | B4 | 8D | 4E | 0 | 16 | 39 | 1D | 25 | 28 | 33 |
| Octal | 264 | 215 | 116 | 0 | 26 | 71 | 35 | 45 | 50 | 63 |
| Binary | 10110100 | 10001101 | 1001110 | 0 | 10110 | 111001 | 11101 | 100101 | 101000 | 110011 |
Color Harmonies of #B48D4E
Complementary color
Monochromatic Colors of #B48D4E
Black with #B48D4E
Text Example
Text Example
White with #B48D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48D4E; }
p { color: rgb(180,141,78); }
H1.HeaderClassName
{
color: #B48D4E;
}
.AnyTagClassName
{
color: #B48D4E;
}
</style>
background-color css
<style>
a { background-color: #B48D4E; }
a { background-color: rgb(180,141,78); }
div.DivClassName
{
background-color: #B48D4E;
}
.BgClassName
{
background-color: #B48D4E;
}
</style>
border-color css
<style>
span { border-color: #B48D4E; }
span { border-color: rgb(180,141,78); }
td.TdClassName
{
border-color: #B48D4E;
}
.TagClassName
{
border-color: #B48D4E;
}
</style>