Shades of Teak #B38D53
Tints of Teak #B38D53
RGB
CMYK
RGB Variations
Color information
#B38D53 (or 0xB38D53) is known color: Teak. HEX triplet: B3, 8D and 53. RGB value is (179,141,83). Sum of RGB (Red+Green+Blue) = 179+141+83=403 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.42% from 403); Green value is 141 (55.47% from 255 or 34.99% from 403); Blue value is 83 (32.81% from 255 or 20.60% from 403); Max value from RGB is 179 - color contains mainly: red. Hex color #B38D53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38D53 is #4C72AC. Grayscale: #929292. Windows color (decimal): -5010093 or 5475763. OLE color: 5475763.
HSL color Cylindrical-coordinate representation of color #B38D53: hue angle of 36.25º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B38D53 is Cyan = 0, Magento = 0.21, Yellow = 0.54 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 141 | 83 | - |
| CMYK | 0 | 0.21 | 0.54 | 0.30 |
| HSL | 36.25º | 0.39% | 0.51% | - |
| HSV(B) | 36.25º | 0.54% | 0.7% | - |
| XYZ | 29.68 | 29.26 | 12.27 | - |
| YUV | 145.75 | 92.59 | 151.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 141 | 83 | 0 | 0.21 | 0.54 | 0.30 | 36.25 | 0.39 | 0.51 |
| Hex | B3 | 8D | 53 | 0 | 15 | 36 | 1E | 24 | 27 | 33 |
| Octal | 263 | 215 | 123 | 0 | 25 | 66 | 36 | 44 | 47 | 63 |
| Binary | 10110011 | 10001101 | 1010011 | 0 | 10101 | 110110 | 11110 | 100100 | 100111 | 110011 |
Color Harmonies of #B38D53
Complementary color
Monochromatic Colors of #B38D53
Black with #B38D53
Text Example
Text Example
White with #B38D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38D53; }
p { color: rgb(179,141,83); }
H1.HeaderClassName
{
color: #B38D53;
}
.AnyTagClassName
{
color: #B38D53;
}
</style>
background-color css
<style>
a { background-color: #B38D53; }
a { background-color: rgb(179,141,83); }
div.DivClassName
{
background-color: #B38D53;
}
.BgClassName
{
background-color: #B38D53;
}
</style>
border-color css
<style>
span { border-color: #B38D53; }
span { border-color: rgb(179,141,83); }
td.TdClassName
{
border-color: #B38D53;
}
.TagClassName
{
border-color: #B38D53;
}
</style>