Shades of Medium Wood #B0835B
Tints of Medium Wood #B0835B
RGB
CMYK
RGB Variations
Color information
#B0835B (or 0xB0835B) is known color: Medium Wood. HEX triplet: B0, 83 and 5B. RGB value is (176,131,91). Sum of RGB (Red+Green+Blue) = 176+131+91=398 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.22% from 398); Green value is 131 (51.56% from 255 or 32.91% from 398); Blue value is 91 (35.94% from 255 or 22.86% from 398); Max value from RGB is 176 - color contains mainly: red. Hex color #B0835B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0835B is #4F7CA4. Grayscale: #8C8C8C. Windows color (decimal): -5209253 or 5997488. OLE color: 5997488.
HSL color Cylindrical-coordinate representation of color #B0835B: hue angle of 28.24º 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 #B0835B is Cyan = 0, Magento = 0.26, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 131 | 91 | - |
| CMYK | 0 | 0.26 | 0.48 | 0.31 |
| HSL | 28.24º | 0.35% | 0.52% | - |
| HSV(B) | 28.24º | 0.48% | 0.69% | - |
| XYZ | 27.91 | 26.22 | 13.49 | - |
| YUV | 139.9 | 100.41 | 153.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 131 | 91 | 0 | 0.26 | 0.48 | 0.31 | 28.24 | 0.35 | 0.52 |
| Hex | B0 | 83 | 5B | 0 | 1A | 30 | 1F | 1C | 23 | 34 |
| Octal | 260 | 203 | 133 | 0 | 32 | 60 | 37 | 34 | 43 | 64 |
| Binary | 10110000 | 10000011 | 1011011 | 0 | 11010 | 110000 | 11111 | 11100 | 100011 | 110100 |
Color Harmonies of #B0835B
Complementary color
Monochromatic Colors of #B0835B
Black with #B0835B
Text Example
Text Example
White with #B0835B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0835B; }
p { color: rgb(176,131,91); }
H1.HeaderClassName
{
color: #B0835B;
}
.AnyTagClassName
{
color: #B0835B;
}
</style>
background-color css
<style>
a { background-color: #B0835B; }
a { background-color: rgb(176,131,91); }
div.DivClassName
{
background-color: #B0835B;
}
.BgClassName
{
background-color: #B0835B;
}
</style>
border-color css
<style>
span { border-color: #B0835B; }
span { border-color: rgb(176,131,91); }
td.TdClassName
{
border-color: #B0835B;
}
.TagClassName
{
border-color: #B0835B;
}
</style>