Shades of Medium Wood #B1775D
Tints of Medium Wood #B1775D
RGB
CMYK
RGB Variations
Color information
#B1775D (or 0xB1775D) is known color: Medium Wood. HEX triplet: B1, 77 and 5D. RGB value is (177,119,93). Sum of RGB (Red+Green+Blue) = 177+119+93=389 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.50% from 389); Green value is 119 (46.88% from 255 or 30.59% from 389); Blue value is 93 (36.72% from 255 or 23.91% from 389); Max value from RGB is 177 - color contains mainly: red. Hex color #B1775D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1775D is #4E88A2. Grayscale: #858585. Windows color (decimal): -5146787 or 6125489. OLE color: 6125489.
HSL color Cylindrical-coordinate representation of color #B1775D: hue angle of 18.57º 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 #B1775D is Cyan = 0, Magento = 0.33, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 119 | 93 | - |
| CMYK | 0 | 0.33 | 0.47 | 0.31 |
| HSL | 18.57º | 0.35% | 0.53% | - |
| HSV(B) | 18.57º | 0.47% | 0.69% | - |
| XYZ | 26.7 | 23.33 | 13.45 | - |
| YUV | 133.38 | 105.22 | 159.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 119 | 93 | 0 | 0.33 | 0.47 | 0.31 | 18.57 | 0.35 | 0.53 |
| Hex | B1 | 77 | 5D | 0 | 21 | 2F | 1F | 13 | 23 | 35 |
| Octal | 261 | 167 | 135 | 0 | 41 | 57 | 37 | 23 | 43 | 65 |
| Binary | 10110001 | 1110111 | 1011101 | 0 | 100001 | 101111 | 11111 | 10011 | 100011 | 110101 |
Color Harmonies of #B1775D
Complementary color
Monochromatic Colors of #B1775D
Black with #B1775D
Text Example
Text Example
White with #B1775D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1775D; }
p { color: rgb(177,119,93); }
H1.HeaderClassName
{
color: #B1775D;
}
.AnyTagClassName
{
color: #B1775D;
}
</style>
background-color css
<style>
a { background-color: #B1775D; }
a { background-color: rgb(177,119,93); }
div.DivClassName
{
background-color: #B1775D;
}
.BgClassName
{
background-color: #B1775D;
}
</style>
border-color css
<style>
span { border-color: #B1775D; }
span { border-color: rgb(177,119,93); }
td.TdClassName
{
border-color: #B1775D;
}
.TagClassName
{
border-color: #B1775D;
}
</style>