Shades of Teak #B48D4D
Tints of Teak #B48D4D
RGB
CMYK
RGB Variations
Color information
#B48D4D (or 0xB48D4D) is known color: Teak. HEX triplet: B4, 8D and 4D. RGB value is (180,141,77). Sum of RGB (Red+Green+Blue) = 180+141+77=398 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.23% from 398); Green value is 141 (55.47% from 255 or 35.43% from 398); Blue value is 77 (30.47% from 255 or 19.35% from 398); Max value from RGB is 180 - color contains mainly: red. Hex color #B48D4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48D4D is #4B72B2. Grayscale: #919191. Windows color (decimal): -4944563 or 5082548. OLE color: 5082548.
HSL color Cylindrical-coordinate representation of color #B48D4D: hue angle of 37.28º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B48D4D is Cyan = 0, Magento = 0.22, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 141 | 77 | - |
| CMYK | 0 | 0.22 | 0.57 | 0.29 |
| HSL | 37.28º | 0.41% | 0.5% | - |
| HSV(B) | 37.28º | 0.57% | 0.71% | - |
| XYZ | 29.69 | 29.29 | 11.11 | - |
| YUV | 145.37 | 89.42 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 141 | 77 | 0 | 0.22 | 0.57 | 0.29 | 37.28 | 0.41 | 0.5 |
| Hex | B4 | 8D | 4D | 0 | 16 | 39 | 1D | 25 | 29 | 32 |
| Octal | 264 | 215 | 115 | 0 | 26 | 71 | 35 | 45 | 51 | 62 |
| Binary | 10110100 | 10001101 | 1001101 | 0 | 10110 | 111001 | 11101 | 100101 | 101001 | 110010 |
Color Harmonies of #B48D4D
Complementary color
Monochromatic Colors of #B48D4D
Black with #B48D4D
Text Example
Text Example
White with #B48D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48D4D; }
p { color: rgb(180,141,77); }
H1.HeaderClassName
{
color: #B48D4D;
}
.AnyTagClassName
{
color: #B48D4D;
}
</style>
background-color css
<style>
a { background-color: #B48D4D; }
a { background-color: rgb(180,141,77); }
div.DivClassName
{
background-color: #B48D4D;
}
.BgClassName
{
background-color: #B48D4D;
}
</style>
border-color css
<style>
span { border-color: #B48D4D; }
span { border-color: rgb(180,141,77); }
td.TdClassName
{
border-color: #B48D4D;
}
.TagClassName
{
border-color: #B48D4D;
}
</style>