Shades of Medium Wood #B1835B
Tints of Medium Wood #B1835B
RGB
CMYK
RGB Variations
Color information
#B1835B (or 0xB1835B) is known color: Medium Wood. HEX triplet: B1, 83 and 5B. RGB value is (177,131,91). Sum of RGB (Red+Green+Blue) = 177+131+91=399 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.36% from 399); Green value is 131 (51.56% from 255 or 32.83% from 399); Blue value is 91 (35.94% from 255 or 22.81% from 399); Max value from RGB is 177 - color contains mainly: red. Hex color #B1835B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1835B is #4E7CA4. Grayscale: #8C8C8C. Windows color (decimal): -5143717 or 5997489. OLE color: 5997489.
HSL color Cylindrical-coordinate representation of color #B1835B: hue angle of 27.91º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B1835B is Cyan = 0, Magento = 0.26, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 131 | 91 | - |
| CMYK | 0 | 0.26 | 0.49 | 0.31 |
| HSL | 27.91º | 0.36% | 0.53% | - |
| HSV(B) | 27.91º | 0.49% | 0.69% | - |
| XYZ | 28.14 | 26.34 | 13.5 | - |
| YUV | 140.19 | 100.24 | 154.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 131 | 91 | 0 | 0.26 | 0.49 | 0.31 | 27.91 | 0.36 | 0.53 |
| Hex | B1 | 83 | 5B | 0 | 1A | 31 | 1F | 1C | 24 | 35 |
| Octal | 261 | 203 | 133 | 0 | 32 | 61 | 37 | 34 | 44 | 65 |
| Binary | 10110001 | 10000011 | 1011011 | 0 | 11010 | 110001 | 11111 | 11100 | 100100 | 110101 |
Color Harmonies of #B1835B
Complementary color
Monochromatic Colors of #B1835B
Black with #B1835B
Text Example
Text Example
White with #B1835B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1835B; }
p { color: rgb(177,131,91); }
H1.HeaderClassName
{
color: #B1835B;
}
.AnyTagClassName
{
color: #B1835B;
}
</style>
background-color css
<style>
a { background-color: #B1835B; }
a { background-color: rgb(177,131,91); }
div.DivClassName
{
background-color: #B1835B;
}
.BgClassName
{
background-color: #B1835B;
}
</style>
border-color css
<style>
span { border-color: #B1835B; }
span { border-color: rgb(177,131,91); }
td.TdClassName
{
border-color: #B1835B;
}
.TagClassName
{
border-color: #B1835B;
}
</style>