Shades of Teak #B38D4C
Tints of Teak #B38D4C
RGB
CMYK
RGB Variations
Color information
#B38D4C (or 0xB38D4C) is known color: Teak. HEX triplet: B3, 8D and 4C. RGB value is (179,141,76). Sum of RGB (Red+Green+Blue) = 179+141+76=396 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.20% from 396); Green value is 141 (55.47% from 255 or 35.61% from 396); Blue value is 76 (30.08% from 255 or 19.19% from 396); Max value from RGB is 179 - color contains mainly: red. Hex color #B38D4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38D4C is #4C72B3. Grayscale: #919191. Windows color (decimal): -5010100 or 5017011. OLE color: 5017011.
HSL color Cylindrical-coordinate representation of color #B38D4C: hue angle of 37.86º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B38D4C is Cyan = 0, Magento = 0.21, Yellow = 0.58 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 141 | 76 | - |
| CMYK | 0 | 0.21 | 0.58 | 0.30 |
| HSL | 37.86º | 0.4% | 0.5% | - |
| HSV(B) | 37.86º | 0.58% | 0.7% | - |
| XYZ | 29.42 | 29.16 | 10.91 | - |
| YUV | 144.95 | 89.09 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 141 | 76 | 0 | 0.21 | 0.58 | 0.30 | 37.86 | 0.4 | 0.5 |
| Hex | B3 | 8D | 4C | 0 | 15 | 3A | 1E | 26 | 28 | 32 |
| Octal | 263 | 215 | 114 | 0 | 25 | 72 | 36 | 46 | 50 | 62 |
| Binary | 10110011 | 10001101 | 1001100 | 0 | 10101 | 111010 | 11110 | 100110 | 101000 | 110010 |
Color Harmonies of #B38D4C
Complementary color
Monochromatic Colors of #B38D4C
Black with #B38D4C
Text Example
Text Example
White with #B38D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38D4C; }
p { color: rgb(179,141,76); }
H1.HeaderClassName
{
color: #B38D4C;
}
.AnyTagClassName
{
color: #B38D4C;
}
</style>
background-color css
<style>
a { background-color: #B38D4C; }
a { background-color: rgb(179,141,76); }
div.DivClassName
{
background-color: #B38D4C;
}
.BgClassName
{
background-color: #B38D4C;
}
</style>
border-color css
<style>
span { border-color: #B38D4C; }
span { border-color: rgb(179,141,76); }
td.TdClassName
{
border-color: #B38D4C;
}
.TagClassName
{
border-color: #B38D4C;
}
</style>