Shades of Medium Wood #B38259
Tints of Medium Wood #B38259
RGB
CMYK
RGB Variations
Color information
#B38259 (or 0xB38259) is known color: Medium Wood. HEX triplet: B3, 82 and 59. RGB value is (179,130,89). Sum of RGB (Red+Green+Blue) = 179+130+89=398 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.97% from 398); Green value is 130 (51.17% from 255 or 32.66% from 398); Blue value is 89 (35.16% from 255 or 22.36% from 398); Max value from RGB is 179 - color contains mainly: red. Hex color #B38259 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38259 is #4C7DA6. Grayscale: #8C8C8C. Windows color (decimal): -5012903 or 5866163. OLE color: 5866163.
HSL color Cylindrical-coordinate representation of color #B38259: hue angle of 27.33º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B38259 is Cyan = 0, Magento = 0.27, Yellow = 0.50 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 130 | 89 | - |
| CMYK | 0 | 0.27 | 0.50 | 0.30 |
| HSL | 27.33º | 0.37% | 0.53% | - |
| HSV(B) | 27.33º | 0.5% | 0.7% | - |
| XYZ | 28.38 | 26.27 | 13.03 | - |
| YUV | 139.98 | 99.23 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 130 | 89 | 0 | 0.27 | 0.50 | 0.30 | 27.33 | 0.37 | 0.53 |
| Hex | B3 | 82 | 59 | 0 | 1B | 32 | 1E | 1B | 25 | 35 |
| Octal | 263 | 202 | 131 | 0 | 33 | 62 | 36 | 33 | 45 | 65 |
| Binary | 10110011 | 10000010 | 1011001 | 0 | 11011 | 110010 | 11110 | 11011 | 100101 | 110101 |
Color Harmonies of #B38259
Complementary color
Monochromatic Colors of #B38259
Black with #B38259
Text Example
Text Example
White with #B38259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38259; }
p { color: rgb(179,130,89); }
H1.HeaderClassName
{
color: #B38259;
}
.AnyTagClassName
{
color: #B38259;
}
</style>
background-color css
<style>
a { background-color: #B38259; }
a { background-color: rgb(179,130,89); }
div.DivClassName
{
background-color: #B38259;
}
.BgClassName
{
background-color: #B38259;
}
</style>
border-color css
<style>
span { border-color: #B38259; }
span { border-color: rgb(179,130,89); }
td.TdClassName
{
border-color: #B38259;
}
.TagClassName
{
border-color: #B38259;
}
</style>