Shades of Medium Wood #B38561
Tints of Medium Wood #B38561
RGB
CMYK
RGB Variations
Color information
#B38561 (or 0xB38561) is known color: Medium Wood. HEX triplet: B3, 85 and 61. RGB value is (179,133,97). Sum of RGB (Red+Green+Blue) = 179+133+97=409 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.77% from 409); Green value is 133 (52.34% from 255 or 32.52% from 409); Blue value is 97 (38.28% from 255 or 23.72% from 409); Max value from RGB is 179 - color contains mainly: red. Hex color #B38561 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38561 is #4C7A9E. Grayscale: #8E8E8E. Windows color (decimal): -5012127 or 6391219. OLE color: 6391219.
HSL color Cylindrical-coordinate representation of color #B38561: hue angle of 26.34º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B38561 is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 133 | 97 | - |
| CMYK | 0 | 0.26 | 0.46 | 0.30 |
| HSL | 26.34º | 0.35% | 0.54% | - |
| HSV(B) | 26.34º | 0.46% | 0.7% | - |
| XYZ | 29.14 | 27.22 | 15.03 | - |
| YUV | 142.65 | 102.24 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 133 | 97 | 0 | 0.26 | 0.46 | 0.30 | 26.34 | 0.35 | 0.54 |
| Hex | B3 | 85 | 61 | 0 | 1A | 2E | 1E | 1A | 23 | 36 |
| Octal | 263 | 205 | 141 | 0 | 32 | 56 | 36 | 32 | 43 | 66 |
| Binary | 10110011 | 10000101 | 1100001 | 0 | 11010 | 101110 | 11110 | 11010 | 100011 | 110110 |
Color Harmonies of #B38561
Complementary color
Monochromatic Colors of #B38561
Black with #B38561
Text Example
Text Example
White with #B38561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38561; }
p { color: rgb(179,133,97); }
H1.HeaderClassName
{
color: #B38561;
}
.AnyTagClassName
{
color: #B38561;
}
</style>
background-color css
<style>
a { background-color: #B38561; }
a { background-color: rgb(179,133,97); }
div.DivClassName
{
background-color: #B38561;
}
.BgClassName
{
background-color: #B38561;
}
</style>
border-color css
<style>
span { border-color: #B38561; }
span { border-color: rgb(179,133,97); }
td.TdClassName
{
border-color: #B38561;
}
.TagClassName
{
border-color: #B38561;
}
</style>