Shades of Medium Wood #B4845B
Tints of Medium Wood #B4845B
RGB
CMYK
RGB Variations
Color information
#B4845B (or 0xB4845B) is known color: Medium Wood. HEX triplet: B4, 84 and 5B. RGB value is (180,132,91). Sum of RGB (Red+Green+Blue) = 180+132+91=403 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.67% from 403); Green value is 132 (51.95% from 255 or 32.75% from 403); Blue value is 91 (35.94% from 255 or 22.58% from 403); Max value from RGB is 180 - color contains mainly: red. Hex color #B4845B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4845B is #4B7BA4. Grayscale: #8D8D8D. Windows color (decimal): -4946853 or 5997748. OLE color: 5997748.
HSL color Cylindrical-coordinate representation of color #B4845B: hue angle of 27.64º 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 #B4845B is Cyan = 0, Magento = 0.27, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 132 | 91 | - |
| CMYK | 0 | 0.27 | 0.49 | 0.29 |
| HSL | 27.64º | 0.37% | 0.53% | - |
| HSV(B) | 27.64º | 0.49% | 0.71% | - |
| XYZ | 28.96 | 26.96 | 13.58 | - |
| YUV | 141.68 | 99.4 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 132 | 91 | 0 | 0.27 | 0.49 | 0.29 | 27.64 | 0.37 | 0.53 |
| Hex | B4 | 84 | 5B | 0 | 1B | 31 | 1D | 1C | 25 | 35 |
| Octal | 264 | 204 | 133 | 0 | 33 | 61 | 35 | 34 | 45 | 65 |
| Binary | 10110100 | 10000100 | 1011011 | 0 | 11011 | 110001 | 11101 | 11100 | 100101 | 110101 |
Color Harmonies of #B4845B
Complementary color
Monochromatic Colors of #B4845B
Black with #B4845B
Text Example
Text Example
White with #B4845B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4845B; }
p { color: rgb(180,132,91); }
H1.HeaderClassName
{
color: #B4845B;
}
.AnyTagClassName
{
color: #B4845B;
}
</style>
background-color css
<style>
a { background-color: #B4845B; }
a { background-color: rgb(180,132,91); }
div.DivClassName
{
background-color: #B4845B;
}
.BgClassName
{
background-color: #B4845B;
}
</style>
border-color css
<style>
span { border-color: #B4845B; }
span { border-color: rgb(180,132,91); }
td.TdClassName
{
border-color: #B4845B;
}
.TagClassName
{
border-color: #B4845B;
}
</style>