Shades of Medium Wood #B0835C
Tints of Medium Wood #B0835C
RGB
CMYK
RGB Variations
Color information
#B0835C (or 0xB0835C) is known color: Medium Wood. HEX triplet: B0, 83 and 5C. RGB value is (176,131,92). Sum of RGB (Red+Green+Blue) = 176+131+92=399 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.11% from 399); Green value is 131 (51.56% from 255 or 32.83% from 399); Blue value is 92 (36.33% from 255 or 23.06% from 399); Max value from RGB is 176 - color contains mainly: red. Hex color #B0835C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0835C is #4F7CA3. Grayscale: #8C8C8C. Windows color (decimal): -5209252 or 6063024. OLE color: 6063024.
HSL color Cylindrical-coordinate representation of color #B0835C: hue angle of 27.86º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B0835C is Cyan = 0, Magento = 0.26, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 131 | 92 | - |
| CMYK | 0 | 0.26 | 0.48 | 0.31 |
| HSL | 27.86º | 0.35% | 0.53% | - |
| HSV(B) | 27.86º | 0.48% | 0.69% | - |
| XYZ | 27.95 | 26.24 | 13.72 | - |
| YUV | 140.01 | 100.91 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 131 | 92 | 0 | 0.26 | 0.48 | 0.31 | 27.86 | 0.35 | 0.53 |
| Hex | B0 | 83 | 5C | 0 | 1A | 30 | 1F | 1C | 23 | 35 |
| Octal | 260 | 203 | 134 | 0 | 32 | 60 | 37 | 34 | 43 | 65 |
| Binary | 10110000 | 10000011 | 1011100 | 0 | 11010 | 110000 | 11111 | 11100 | 100011 | 110101 |
Color Harmonies of #B0835C
Complementary color
Monochromatic Colors of #B0835C
Black with #B0835C
Text Example
Text Example
White with #B0835C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0835C; }
p { color: rgb(176,131,92); }
H1.HeaderClassName
{
color: #B0835C;
}
.AnyTagClassName
{
color: #B0835C;
}
</style>
background-color css
<style>
a { background-color: #B0835C; }
a { background-color: rgb(176,131,92); }
div.DivClassName
{
background-color: #B0835C;
}
.BgClassName
{
background-color: #B0835C;
}
</style>
border-color css
<style>
span { border-color: #B0835C; }
span { border-color: rgb(176,131,92); }
td.TdClassName
{
border-color: #B0835C;
}
.TagClassName
{
border-color: #B0835C;
}
</style>