Shades of Medium Wood #B28361
Tints of Medium Wood #B28361
RGB
CMYK
RGB Variations
Color information
#B28361 (or 0xB28361) is known color: Medium Wood. HEX triplet: B2, 83 and 61. RGB value is (178,131,97). Sum of RGB (Red+Green+Blue) = 178+131+97=406 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.84% from 406); Green value is 131 (51.56% from 255 or 32.27% from 406); Blue value is 97 (38.28% from 255 or 23.89% from 406); Max value from RGB is 178 - color contains mainly: red. Hex color #B28361 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28361 is #4D7C9E. Grayscale: #8D8D8D. Windows color (decimal): -5078175 or 6390706. OLE color: 6390706.
HSL color Cylindrical-coordinate representation of color #B28361: hue angle of 25.19º degrees, saturation: 0.34, 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 #B28361 is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 131 | 97 | - |
| CMYK | 0 | 0.26 | 0.46 | 0.30 |
| HSL | 25.19º | 0.34% | 0.54% | - |
| HSV(B) | 25.19º | 0.46% | 0.7% | - |
| XYZ | 28.63 | 26.56 | 14.93 | - |
| YUV | 141.18 | 103.07 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 131 | 97 | 0 | 0.26 | 0.46 | 0.30 | 25.19 | 0.34 | 0.54 |
| Hex | B2 | 83 | 61 | 0 | 1A | 2E | 1E | 19 | 22 | 36 |
| Octal | 262 | 203 | 141 | 0 | 32 | 56 | 36 | 31 | 42 | 66 |
| Binary | 10110010 | 10000011 | 1100001 | 0 | 11010 | 101110 | 11110 | 11001 | 100010 | 110110 |
Color Harmonies of #B28361
Complementary color
Monochromatic Colors of #B28361
Black with #B28361
Text Example
Text Example
White with #B28361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28361; }
p { color: rgb(178,131,97); }
H1.HeaderClassName
{
color: #B28361;
}
.AnyTagClassName
{
color: #B28361;
}
</style>
background-color css
<style>
a { background-color: #B28361; }
a { background-color: rgb(178,131,97); }
div.DivClassName
{
background-color: #B28361;
}
.BgClassName
{
background-color: #B28361;
}
</style>
border-color css
<style>
span { border-color: #B28361; }
span { border-color: rgb(178,131,97); }
td.TdClassName
{
border-color: #B28361;
}
.TagClassName
{
border-color: #B28361;
}
</style>