Shades of Medium Wood #B07D57
Tints of Medium Wood #B07D57
RGB
CMYK
RGB Variations
Color information
#B07D57 (or 0xB07D57) is known color: Medium Wood. HEX triplet: B0, 7D and 57. RGB value is (176,125,87). Sum of RGB (Red+Green+Blue) = 176+125+87=388 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.36% from 388); Green value is 125 (49.22% from 255 or 32.22% from 388); Blue value is 87 (34.38% from 255 or 22.42% from 388); Max value from RGB is 176 - color contains mainly: red. Hex color #B07D57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07D57 is #4F82A8. Grayscale: #888888. Windows color (decimal): -5210793 or 5733808. OLE color: 5733808.
HSL color Cylindrical-coordinate representation of color #B07D57: hue angle of 25.62º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B07D57 is Cyan = 0, Magento = 0.29, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 125 | 87 | - |
| CMYK | 0 | 0.29 | 0.51 | 0.31 |
| HSL | 25.62º | 0.36% | 0.52% | - |
| HSV(B) | 25.62º | 0.51% | 0.69% | - |
| XYZ | 26.96 | 24.59 | 12.34 | - |
| YUV | 135.92 | 100.4 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 125 | 87 | 0 | 0.29 | 0.51 | 0.31 | 25.62 | 0.36 | 0.52 |
| Hex | B0 | 7D | 57 | 0 | 1D | 33 | 1F | 1A | 24 | 34 |
| Octal | 260 | 175 | 127 | 0 | 35 | 63 | 37 | 32 | 44 | 64 |
| Binary | 10110000 | 1111101 | 1010111 | 0 | 11101 | 110011 | 11111 | 11010 | 100100 | 110100 |
Color Harmonies of #B07D57
Complementary color
Monochromatic Colors of #B07D57
Black with #B07D57
Text Example
Text Example
White with #B07D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07D57; }
p { color: rgb(176,125,87); }
H1.HeaderClassName
{
color: #B07D57;
}
.AnyTagClassName
{
color: #B07D57;
}
</style>
background-color css
<style>
a { background-color: #B07D57; }
a { background-color: rgb(176,125,87); }
div.DivClassName
{
background-color: #B07D57;
}
.BgClassName
{
background-color: #B07D57;
}
</style>
border-color css
<style>
span { border-color: #B07D57; }
span { border-color: rgb(176,125,87); }
td.TdClassName
{
border-color: #B07D57;
}
.TagClassName
{
border-color: #B07D57;
}
</style>