Shades of Medium Wood #B07D58
Tints of Medium Wood #B07D58
RGB
CMYK
RGB Variations
Color information
#B07D58 (or 0xB07D58) is known color: Medium Wood. HEX triplet: B0, 7D and 58. RGB value is (176,125,88). Sum of RGB (Red+Green+Blue) = 176+125+88=389 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.24% from 389); Green value is 125 (49.22% from 255 or 32.13% from 389); Blue value is 88 (34.77% from 255 or 22.62% from 389); Max value from RGB is 176 - color contains mainly: red. Hex color #B07D58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07D58 is #4F82A7. Grayscale: #888888. Windows color (decimal): -5210792 or 5799344. OLE color: 5799344.
HSL color Cylindrical-coordinate representation of color #B07D58: hue angle of 25.23º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B07D58 is Cyan = 0, Magento = 0.29, Yellow = 0.50 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 125 | 88 | - |
| CMYK | 0 | 0.29 | 0.50 | 0.31 |
| HSL | 25.23º | 0.36% | 0.52% | - |
| HSV(B) | 25.23º | 0.5% | 0.69% | - |
| XYZ | 27 | 24.6 | 12.56 | - |
| YUV | 136.03 | 100.9 | 156.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 125 | 88 | 0 | 0.29 | 0.50 | 0.31 | 25.23 | 0.36 | 0.52 |
| Hex | B0 | 7D | 58 | 0 | 1D | 32 | 1F | 19 | 24 | 34 |
| Octal | 260 | 175 | 130 | 0 | 35 | 62 | 37 | 31 | 44 | 64 |
| Binary | 10110000 | 1111101 | 1011000 | 0 | 11101 | 110010 | 11111 | 11001 | 100100 | 110100 |
Color Harmonies of #B07D58
Complementary color
Monochromatic Colors of #B07D58
Black with #B07D58
Text Example
Text Example
White with #B07D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07D58; }
p { color: rgb(176,125,88); }
H1.HeaderClassName
{
color: #B07D58;
}
.AnyTagClassName
{
color: #B07D58;
}
</style>
background-color css
<style>
a { background-color: #B07D58; }
a { background-color: rgb(176,125,88); }
div.DivClassName
{
background-color: #B07D58;
}
.BgClassName
{
background-color: #B07D58;
}
</style>
border-color css
<style>
span { border-color: #B07D58; }
span { border-color: rgb(176,125,88); }
td.TdClassName
{
border-color: #B07D58;
}
.TagClassName
{
border-color: #B07D58;
}
</style>