Shades of Medium Wood #B4845C
Tints of Medium Wood #B4845C
RGB
CMYK
RGB Variations
Color information
#B4845C (or 0xB4845C) is known color: Medium Wood. HEX triplet: B4, 84 and 5C. RGB value is (180,132,92). Sum of RGB (Red+Green+Blue) = 180+132+92=404 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.55% from 404); Green value is 132 (51.95% from 255 or 32.67% from 404); Blue value is 92 (36.33% from 255 or 22.77% from 404); Max value from RGB is 180 - color contains mainly: red. Hex color #B4845C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4845C is #4B7BA3. Grayscale: #8E8E8E. Windows color (decimal): -4946852 or 6063284. OLE color: 6063284.
HSL color Cylindrical-coordinate representation of color #B4845C: hue angle of 27.27º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B4845C is Cyan = 0, Magento = 0.27, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 132 | 92 | - |
| CMYK | 0 | 0.27 | 0.49 | 0.29 |
| HSL | 27.27º | 0.37% | 0.53% | - |
| HSV(B) | 27.27º | 0.49% | 0.71% | - |
| XYZ | 29.01 | 26.98 | 13.8 | - |
| YUV | 141.79 | 99.9 | 155.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 132 | 92 | 0 | 0.27 | 0.49 | 0.29 | 27.27 | 0.37 | 0.53 |
| Hex | B4 | 84 | 5C | 0 | 1B | 31 | 1D | 1B | 25 | 35 |
| Octal | 264 | 204 | 134 | 0 | 33 | 61 | 35 | 33 | 45 | 65 |
| Binary | 10110100 | 10000100 | 1011100 | 0 | 11011 | 110001 | 11101 | 11011 | 100101 | 110101 |
Color Harmonies of #B4845C
Complementary color
Monochromatic Colors of #B4845C
Black with #B4845C
Text Example
Text Example
White with #B4845C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4845C; }
p { color: rgb(180,132,92); }
H1.HeaderClassName
{
color: #B4845C;
}
.AnyTagClassName
{
color: #B4845C;
}
</style>
background-color css
<style>
a { background-color: #B4845C; }
a { background-color: rgb(180,132,92); }
div.DivClassName
{
background-color: #B4845C;
}
.BgClassName
{
background-color: #B4845C;
}
</style>
border-color css
<style>
span { border-color: #B4845C; }
span { border-color: rgb(180,132,92); }
td.TdClassName
{
border-color: #B4845C;
}
.TagClassName
{
border-color: #B4845C;
}
</style>