Shades of Medium Wood #B1785B
Tints of Medium Wood #B1785B
RGB
CMYK
RGB Variations
Color information
#B1785B (or 0xB1785B) is known color: Medium Wood. HEX triplet: B1, 78 and 5B. RGB value is (177,120,91). Sum of RGB (Red+Green+Blue) = 177+120+91=388 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.62% from 388); Green value is 120 (47.27% from 255 or 30.93% from 388); Blue value is 91 (35.94% from 255 or 23.45% from 388); Max value from RGB is 177 - color contains mainly: red. Hex color #B1785B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1785B is #4E87A4. Grayscale: #858585. Windows color (decimal): -5146533 or 5994673. OLE color: 5994673.
HSL color Cylindrical-coordinate representation of color #B1785B: hue angle of 20.23º 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 #B1785B is Cyan = 0, Magento = 0.32, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 120 | 91 | - |
| CMYK | 0 | 0.32 | 0.49 | 0.31 |
| HSL | 20.23º | 0.36% | 0.53% | - |
| HSV(B) | 20.23º | 0.49% | 0.69% | - |
| XYZ | 26.74 | 23.54 | 13.03 | - |
| YUV | 133.74 | 103.88 | 158.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 120 | 91 | 0 | 0.32 | 0.49 | 0.31 | 20.23 | 0.36 | 0.53 |
| Hex | B1 | 78 | 5B | 0 | 20 | 31 | 1F | 14 | 24 | 35 |
| Octal | 261 | 170 | 133 | 0 | 40 | 61 | 37 | 24 | 44 | 65 |
| Binary | 10110001 | 1111000 | 1011011 | 0 | 100000 | 110001 | 11111 | 10100 | 100100 | 110101 |
Color Harmonies of #B1785B
Complementary color
Monochromatic Colors of #B1785B
Black with #B1785B
Text Example
Text Example
White with #B1785B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1785B; }
p { color: rgb(177,120,91); }
H1.HeaderClassName
{
color: #B1785B;
}
.AnyTagClassName
{
color: #B1785B;
}
</style>
background-color css
<style>
a { background-color: #B1785B; }
a { background-color: rgb(177,120,91); }
div.DivClassName
{
background-color: #B1785B;
}
.BgClassName
{
background-color: #B1785B;
}
</style>
border-color css
<style>
span { border-color: #B1785B; }
span { border-color: rgb(177,120,91); }
td.TdClassName
{
border-color: #B1785B;
}
.TagClassName
{
border-color: #B1785B;
}
</style>