Shades of Medium Wood #B1775C
Tints of Medium Wood #B1775C
RGB
CMYK
RGB Variations
Color information
#B1775C (or 0xB1775C) is known color: Medium Wood. HEX triplet: B1, 77 and 5C. RGB value is (177,119,92). Sum of RGB (Red+Green+Blue) = 177+119+92=388 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.62% from 388); Green value is 119 (46.88% from 255 or 30.67% from 388); Blue value is 92 (36.33% from 255 or 23.71% from 388); Max value from RGB is 177 - color contains mainly: red. Hex color #B1775C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1775C is #4E88A3. Grayscale: #858585. Windows color (decimal): -5146788 or 6059953. OLE color: 6059953.
HSL color Cylindrical-coordinate representation of color #B1775C: hue angle of 19.06º 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 #B1775C is Cyan = 0, Magento = 0.33, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 119 | 92 | - |
| CMYK | 0 | 0.33 | 0.48 | 0.31 |
| HSL | 19.06º | 0.35% | 0.53% | - |
| HSV(B) | 19.06º | 0.48% | 0.69% | - |
| XYZ | 26.66 | 23.31 | 13.22 | - |
| YUV | 133.26 | 104.72 | 159.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 119 | 92 | 0 | 0.33 | 0.48 | 0.31 | 19.06 | 0.35 | 0.53 |
| Hex | B1 | 77 | 5C | 0 | 21 | 30 | 1F | 13 | 23 | 35 |
| Octal | 261 | 167 | 134 | 0 | 41 | 60 | 37 | 23 | 43 | 65 |
| Binary | 10110001 | 1110111 | 1011100 | 0 | 100001 | 110000 | 11111 | 10011 | 100011 | 110101 |
Color Harmonies of #B1775C
Complementary color
Monochromatic Colors of #B1775C
Black with #B1775C
Text Example
Text Example
White with #B1775C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1775C; }
p { color: rgb(177,119,92); }
H1.HeaderClassName
{
color: #B1775C;
}
.AnyTagClassName
{
color: #B1775C;
}
</style>
background-color css
<style>
a { background-color: #B1775C; }
a { background-color: rgb(177,119,92); }
div.DivClassName
{
background-color: #B1775C;
}
.BgClassName
{
background-color: #B1775C;
}
</style>
border-color css
<style>
span { border-color: #B1775C; }
span { border-color: rgb(177,119,92); }
td.TdClassName
{
border-color: #B1775C;
}
.TagClassName
{
border-color: #B1775C;
}
</style>