Shades of Medium Wood #B38163
Tints of Medium Wood #B38163
RGB
CMYK
RGB Variations
Color information
#B38163 (or 0xB38163) is known color: Medium Wood. HEX triplet: B3, 81 and 63. RGB value is (179,129,99). Sum of RGB (Red+Green+Blue) = 179+129+99=407 (53% of max value = 765). Red value is 179 (70.31% from 255 or 43.98% from 407); Green value is 129 (50.78% from 255 or 31.70% from 407); Blue value is 99 (39.06% from 255 or 24.32% from 407); Max value from RGB is 179 - color contains mainly: red. Hex color #B38163 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38163 is #4C7E9C. Grayscale: #8C8C8C. Windows color (decimal): -5013149 or 6521267. OLE color: 6521267.
HSL color Cylindrical-coordinate representation of color #B38163: hue angle of 22.5º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B38163 is Cyan = 0, Magento = 0.28, Yellow = 0.45 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 129 | 99 | - |
| CMYK | 0 | 0.28 | 0.45 | 0.30 |
| HSL | 22.5º | 0.34% | 0.55% | - |
| HSV(B) | 22.5º | 0.45% | 0.7% | - |
| XYZ | 28.69 | 26.19 | 15.35 | - |
| YUV | 140.53 | 104.57 | 155.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 129 | 99 | 0 | 0.28 | 0.45 | 0.30 | 22.5 | 0.34 | 0.55 |
| Hex | B3 | 81 | 63 | 0 | 1C | 2D | 1E | 16 | 22 | 37 |
| Octal | 263 | 201 | 143 | 0 | 34 | 55 | 36 | 26 | 42 | 67 |
| Binary | 10110011 | 10000001 | 1100011 | 0 | 11100 | 101101 | 11110 | 10110 | 100010 | 110111 |
Color Harmonies of #B38163
Complementary color
Monochromatic Colors of #B38163
Black with #B38163
Text Example
Text Example
White with #B38163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38163; }
p { color: rgb(179,129,99); }
H1.HeaderClassName
{
color: #B38163;
}
.AnyTagClassName
{
color: #B38163;
}
</style>
background-color css
<style>
a { background-color: #B38163; }
a { background-color: rgb(179,129,99); }
div.DivClassName
{
background-color: #B38163;
}
.BgClassName
{
background-color: #B38163;
}
</style>
border-color css
<style>
span { border-color: #B38163; }
span { border-color: rgb(179,129,99); }
td.TdClassName
{
border-color: #B38163;
}
.TagClassName
{
border-color: #B38163;
}
</style>