Shades of Medium Wood #B07B57
Tints of Medium Wood #B07B57
RGB
CMYK
RGB Variations
Color information
#B07B57 (or 0xB07B57) is known color: Medium Wood. HEX triplet: B0, 7B and 57. RGB value is (176,123,87). Sum of RGB (Red+Green+Blue) = 176+123+87=386 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.60% from 386); Green value is 123 (48.44% from 255 or 31.87% from 386); Blue value is 87 (34.38% from 255 or 22.54% from 386); Max value from RGB is 176 - color contains mainly: red. Hex color #B07B57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07B57 is #4F84A8. Grayscale: #868686. Windows color (decimal): -5211305 or 5733296. OLE color: 5733296.
HSL color Cylindrical-coordinate representation of color #B07B57: hue angle of 24.27º 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 #B07B57 is Cyan = 0, Magento = 0.30, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 123 | 87 | - |
| CMYK | 0 | 0.30 | 0.51 | 0.31 |
| HSL | 24.27º | 0.36% | 0.52% | - |
| HSV(B) | 24.27º | 0.51% | 0.69% | - |
| XYZ | 26.71 | 24.08 | 12.26 | - |
| YUV | 134.74 | 101.06 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 123 | 87 | 0 | 0.30 | 0.51 | 0.31 | 24.27 | 0.36 | 0.52 |
| Hex | B0 | 7B | 57 | 0 | 1E | 33 | 1F | 18 | 24 | 34 |
| Octal | 260 | 173 | 127 | 0 | 36 | 63 | 37 | 30 | 44 | 64 |
| Binary | 10110000 | 1111011 | 1010111 | 0 | 11110 | 110011 | 11111 | 11000 | 100100 | 110100 |
Color Harmonies of #B07B57
Complementary color
Monochromatic Colors of #B07B57
Black with #B07B57
Text Example
Text Example
White with #B07B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07B57; }
p { color: rgb(176,123,87); }
H1.HeaderClassName
{
color: #B07B57;
}
.AnyTagClassName
{
color: #B07B57;
}
</style>
background-color css
<style>
a { background-color: #B07B57; }
a { background-color: rgb(176,123,87); }
div.DivClassName
{
background-color: #B07B57;
}
.BgClassName
{
background-color: #B07B57;
}
</style>
border-color css
<style>
span { border-color: #B07B57; }
span { border-color: rgb(176,123,87); }
td.TdClassName
{
border-color: #B07B57;
}
.TagClassName
{
border-color: #B07B57;
}
</style>