Shades of Medium Wood #B1785D
Tints of Medium Wood #B1785D
RGB
CMYK
RGB Variations
Color information
#B1785D (or 0xB1785D) is known color: Medium Wood. HEX triplet: B1, 78 and 5D. RGB value is (177,120,93). Sum of RGB (Red+Green+Blue) = 177+120+93=390 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.38% from 390); Green value is 120 (47.27% from 255 or 30.77% from 390); Blue value is 93 (36.72% from 255 or 23.85% from 390); Max value from RGB is 177 - color contains mainly: red. Hex color #B1785D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1785D is #4E87A2. Grayscale: #868686. Windows color (decimal): -5146531 or 6125745. OLE color: 6125745.
HSL color Cylindrical-coordinate representation of color #B1785D: hue angle of 19.29º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B1785D is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 120 | 93 | - |
| CMYK | 0 | 0.32 | 0.47 | 0.31 |
| HSL | 19.29º | 0.35% | 0.53% | - |
| HSV(B) | 19.29º | 0.47% | 0.69% | - |
| XYZ | 26.82 | 23.57 | 13.49 | - |
| YUV | 133.97 | 104.88 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 120 | 93 | 0 | 0.32 | 0.47 | 0.31 | 19.29 | 0.35 | 0.53 |
| Hex | B1 | 78 | 5D | 0 | 20 | 2F | 1F | 13 | 23 | 35 |
| Octal | 261 | 170 | 135 | 0 | 40 | 57 | 37 | 23 | 43 | 65 |
| Binary | 10110001 | 1111000 | 1011101 | 0 | 100000 | 101111 | 11111 | 10011 | 100011 | 110101 |
Color Harmonies of #B1785D
Complementary color
Monochromatic Colors of #B1785D
Black with #B1785D
Text Example
Text Example
White with #B1785D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1785D; }
p { color: rgb(177,120,93); }
H1.HeaderClassName
{
color: #B1785D;
}
.AnyTagClassName
{
color: #B1785D;
}
</style>
background-color css
<style>
a { background-color: #B1785D; }
a { background-color: rgb(177,120,93); }
div.DivClassName
{
background-color: #B1785D;
}
.BgClassName
{
background-color: #B1785D;
}
</style>
border-color css
<style>
span { border-color: #B1785D; }
span { border-color: rgb(177,120,93); }
td.TdClassName
{
border-color: #B1785D;
}
.TagClassName
{
border-color: #B1785D;
}
</style>