Shades of Medium Wood #B38A65
Tints of Medium Wood #B38A65
RGB
CMYK
RGB Variations
Color information
#B38A65 (or 0xB38A65) is known color: Medium Wood. HEX triplet: B3, 8A and 65. RGB value is (179,138,101). Sum of RGB (Red+Green+Blue) = 179+138+101=418 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.82% from 418); Green value is 138 (54.30% from 255 or 33.01% from 418); Blue value is 101 (39.84% from 255 or 24.16% from 418); Max value from RGB is 179 - color contains mainly: red. Hex color #B38A65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38A65 is #4C759A. Grayscale: #929292. Windows color (decimal): -5010843 or 6654643. OLE color: 6654643.
HSL color Cylindrical-coordinate representation of color #B38A65: hue angle of 28.46º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B38A65 is Cyan = 0, Magento = 0.23, Yellow = 0.44 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 138 | 101 | - |
| CMYK | 0 | 0.23 | 0.44 | 0.30 |
| HSL | 28.46º | 0.34% | 0.55% | - |
| HSV(B) | 28.46º | 0.44% | 0.7% | - |
| XYZ | 30.03 | 28.7 | 16.27 | - |
| YUV | 146.04 | 102.58 | 151.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 138 | 101 | 0 | 0.23 | 0.44 | 0.30 | 28.46 | 0.34 | 0.55 |
| Hex | B3 | 8A | 65 | 0 | 17 | 2C | 1E | 1C | 22 | 37 |
| Octal | 263 | 212 | 145 | 0 | 27 | 54 | 36 | 34 | 42 | 67 |
| Binary | 10110011 | 10001010 | 1100101 | 0 | 10111 | 101100 | 11110 | 11100 | 100010 | 110111 |
Color Harmonies of #B38A65
Complementary color
Monochromatic Colors of #B38A65
Black with #B38A65
Text Example
Text Example
White with #B38A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38A65; }
p { color: rgb(179,138,101); }
H1.HeaderClassName
{
color: #B38A65;
}
.AnyTagClassName
{
color: #B38A65;
}
</style>
background-color css
<style>
a { background-color: #B38A65; }
a { background-color: rgb(179,138,101); }
div.DivClassName
{
background-color: #B38A65;
}
.BgClassName
{
background-color: #B38A65;
}
</style>
border-color css
<style>
span { border-color: #B38A65; }
span { border-color: rgb(179,138,101); }
td.TdClassName
{
border-color: #B38A65;
}
.TagClassName
{
border-color: #B38A65;
}
</style>