Shades of Medium Wood #B0845B
Tints of Medium Wood #B0845B
RGB
CMYK
RGB Variations
Color information
#B0845B (or 0xB0845B) is known color: Medium Wood. HEX triplet: B0, 84 and 5B. RGB value is (176,132,91). Sum of RGB (Red+Green+Blue) = 176+132+91=399 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.11% from 399); Green value is 132 (51.95% from 255 or 33.08% from 399); Blue value is 91 (35.94% from 255 or 22.81% from 399); Max value from RGB is 176 - color contains mainly: red. Hex color #B0845B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0845B is #4F7BA4. Grayscale: #8C8C8C. Windows color (decimal): -5208997 or 5997744. OLE color: 5997744.
HSL color Cylindrical-coordinate representation of color #B0845B: hue angle of 28.94º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B0845B is Cyan = 0, Magento = 0.25, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 132 | 91 | - |
| CMYK | 0 | 0.25 | 0.48 | 0.31 |
| HSL | 28.94º | 0.35% | 0.52% | - |
| HSV(B) | 28.94º | 0.48% | 0.69% | - |
| XYZ | 28.04 | 26.49 | 13.53 | - |
| YUV | 140.48 | 100.08 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 132 | 91 | 0 | 0.25 | 0.48 | 0.31 | 28.94 | 0.35 | 0.52 |
| Hex | B0 | 84 | 5B | 0 | 19 | 30 | 1F | 1D | 23 | 34 |
| Octal | 260 | 204 | 133 | 0 | 31 | 60 | 37 | 35 | 43 | 64 |
| Binary | 10110000 | 10000100 | 1011011 | 0 | 11001 | 110000 | 11111 | 11101 | 100011 | 110100 |
Color Harmonies of #B0845B
Complementary color
Monochromatic Colors of #B0845B
Black with #B0845B
Text Example
Text Example
White with #B0845B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0845B; }
p { color: rgb(176,132,91); }
H1.HeaderClassName
{
color: #B0845B;
}
.AnyTagClassName
{
color: #B0845B;
}
</style>
background-color css
<style>
a { background-color: #B0845B; }
a { background-color: rgb(176,132,91); }
div.DivClassName
{
background-color: #B0845B;
}
.BgClassName
{
background-color: #B0845B;
}
</style>
border-color css
<style>
span { border-color: #B0845B; }
span { border-color: rgb(176,132,91); }
td.TdClassName
{
border-color: #B0845B;
}
.TagClassName
{
border-color: #B0845B;
}
</style>