Shades of Medium Wood #B5845C
Tints of Medium Wood #B5845C
RGB
CMYK
RGB Variations
Color information
#B5845C (or 0xB5845C) is known color: Medium Wood. HEX triplet: B5, 84 and 5C. RGB value is (181,132,92). Sum of RGB (Red+Green+Blue) = 181+132+92=405 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.69% from 405); Green value is 132 (51.95% from 255 or 32.59% from 405); Blue value is 92 (36.33% from 255 or 22.72% from 405); Max value from RGB is 181 - color contains mainly: red. Hex color #B5845C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5845C is #4A7BA3. Grayscale: #8E8E8E. Windows color (decimal): -4881316 or 6063285. OLE color: 6063285.
HSL color Cylindrical-coordinate representation of color #B5845C: hue angle of 26.97º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B5845C is Cyan = 0, Magento = 0.27, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 132 | 92 | - |
| CMYK | 0 | 0.27 | 0.49 | 0.29 |
| HSL | 26.97º | 0.38% | 0.54% | - |
| HSV(B) | 26.97º | 0.49% | 0.71% | - |
| XYZ | 29.24 | 27.1 | 13.81 | - |
| YUV | 142.09 | 99.73 | 155.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 132 | 92 | 0 | 0.27 | 0.49 | 0.29 | 26.97 | 0.38 | 0.54 |
| Hex | B5 | 84 | 5C | 0 | 1B | 31 | 1D | 1B | 26 | 36 |
| Octal | 265 | 204 | 134 | 0 | 33 | 61 | 35 | 33 | 46 | 66 |
| Binary | 10110101 | 10000100 | 1011100 | 0 | 11011 | 110001 | 11101 | 11011 | 100110 | 110110 |
Color Harmonies of #B5845C
Complementary color
Monochromatic Colors of #B5845C
Black with #B5845C
Text Example
Text Example
White with #B5845C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5845C; }
p { color: rgb(181,132,92); }
H1.HeaderClassName
{
color: #B5845C;
}
.AnyTagClassName
{
color: #B5845C;
}
</style>
background-color css
<style>
a { background-color: #B5845C; }
a { background-color: rgb(181,132,92); }
div.DivClassName
{
background-color: #B5845C;
}
.BgClassName
{
background-color: #B5845C;
}
</style>
border-color css
<style>
span { border-color: #B5845C; }
span { border-color: rgb(181,132,92); }
td.TdClassName
{
border-color: #B5845C;
}
.TagClassName
{
border-color: #B5845C;
}
</style>