Shades of Teak #B38D4E
Tints of Teak #B38D4E
RGB
CMYK
RGB Variations
Color information
#B38D4E (or 0xB38D4E) is known color: Teak. HEX triplet: B3, 8D and 4E. RGB value is (179,141,78). Sum of RGB (Red+Green+Blue) = 179+141+78=398 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.97% from 398); Green value is 141 (55.47% from 255 or 35.43% from 398); Blue value is 78 (30.86% from 255 or 19.60% from 398); Max value from RGB is 179 - color contains mainly: red. Hex color #B38D4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38D4E is #4C72B1. Grayscale: #919191. Windows color (decimal): -5010098 or 5148083. OLE color: 5148083.
HSL color Cylindrical-coordinate representation of color #B38D4E: hue angle of 37.43º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B38D4E is Cyan = 0, Magento = 0.21, Yellow = 0.56 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 141 | 78 | - |
| CMYK | 0 | 0.21 | 0.56 | 0.30 |
| HSL | 37.43º | 0.4% | 0.5% | - |
| HSV(B) | 37.43º | 0.56% | 0.7% | - |
| XYZ | 29.49 | 29.18 | 11.29 | - |
| YUV | 145.18 | 90.09 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 141 | 78 | 0 | 0.21 | 0.56 | 0.30 | 37.43 | 0.4 | 0.5 |
| Hex | B3 | 8D | 4E | 0 | 15 | 38 | 1E | 25 | 28 | 32 |
| Octal | 263 | 215 | 116 | 0 | 25 | 70 | 36 | 45 | 50 | 62 |
| Binary | 10110011 | 10001101 | 1001110 | 0 | 10101 | 111000 | 11110 | 100101 | 101000 | 110010 |
Color Harmonies of #B38D4E
Complementary color
Monochromatic Colors of #B38D4E
Black with #B38D4E
Text Example
Text Example
White with #B38D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38D4E; }
p { color: rgb(179,141,78); }
H1.HeaderClassName
{
color: #B38D4E;
}
.AnyTagClassName
{
color: #B38D4E;
}
</style>
background-color css
<style>
a { background-color: #B38D4E; }
a { background-color: rgb(179,141,78); }
div.DivClassName
{
background-color: #B38D4E;
}
.BgClassName
{
background-color: #B38D4E;
}
</style>
border-color css
<style>
span { border-color: #B38D4E; }
span { border-color: rgb(179,141,78); }
td.TdClassName
{
border-color: #B38D4E;
}
.TagClassName
{
border-color: #B38D4E;
}
</style>