Shades of Medium Wood #B1785C
Tints of Medium Wood #B1785C
RGB
CMYK
RGB Variations
Color information
#B1785C (or 0xB1785C) is known color: Medium Wood. HEX triplet: B1, 78 and 5C. RGB value is (177,120,92). Sum of RGB (Red+Green+Blue) = 177+120+92=389 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.50% from 389); Green value is 120 (47.27% from 255 or 30.85% from 389); Blue value is 92 (36.33% from 255 or 23.65% from 389); Max value from RGB is 177 - color contains mainly: red. Hex color #B1785C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1785C is #4E87A3. Grayscale: #868686. Windows color (decimal): -5146532 or 6060209. OLE color: 6060209.
HSL color Cylindrical-coordinate representation of color #B1785C: hue angle of 19.76º 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 #B1785C is Cyan = 0, Magento = 0.32, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 120 | 92 | - |
| CMYK | 0 | 0.32 | 0.48 | 0.31 |
| HSL | 19.76º | 0.35% | 0.53% | - |
| HSV(B) | 19.76º | 0.48% | 0.69% | - |
| XYZ | 26.78 | 23.55 | 13.26 | - |
| YUV | 133.85 | 104.38 | 158.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 120 | 92 | 0 | 0.32 | 0.48 | 0.31 | 19.76 | 0.35 | 0.53 |
| Hex | B1 | 78 | 5C | 0 | 20 | 30 | 1F | 14 | 23 | 35 |
| Octal | 261 | 170 | 134 | 0 | 40 | 60 | 37 | 24 | 43 | 65 |
| Binary | 10110001 | 1111000 | 1011100 | 0 | 100000 | 110000 | 11111 | 10100 | 100011 | 110101 |
Color Harmonies of #B1785C
Complementary color
Monochromatic Colors of #B1785C
Black with #B1785C
Text Example
Text Example
White with #B1785C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1785C; }
p { color: rgb(177,120,92); }
H1.HeaderClassName
{
color: #B1785C;
}
.AnyTagClassName
{
color: #B1785C;
}
</style>
background-color css
<style>
a { background-color: #B1785C; }
a { background-color: rgb(177,120,92); }
div.DivClassName
{
background-color: #B1785C;
}
.BgClassName
{
background-color: #B1785C;
}
</style>
border-color css
<style>
span { border-color: #B1785C; }
span { border-color: rgb(177,120,92); }
td.TdClassName
{
border-color: #B1785C;
}
.TagClassName
{
border-color: #B1785C;
}
</style>