Shades of Medium Wood #B67E57
Tints of Medium Wood #B67E57
RGB
CMYK
RGB Variations
Color information
#B67E57 (or 0xB67E57) is known color: Medium Wood. HEX triplet: B6, 7E and 57. RGB value is (182,126,87). Sum of RGB (Red+Green+Blue) = 182+126+87=395 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.08% from 395); Green value is 126 (49.61% from 255 or 31.90% from 395); Blue value is 87 (34.38% from 255 or 22.03% from 395); Max value from RGB is 182 - color contains mainly: red. Hex color #B67E57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67E57 is #4981A8. Grayscale: #8A8A8A. Windows color (decimal): -4817321 or 5734070. OLE color: 5734070.
HSL color Cylindrical-coordinate representation of color #B67E57: hue angle of 24.63º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B67E57 is Cyan = 0, Magento = 0.31, Yellow = 0.52 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 126 | 87 | - |
| CMYK | 0 | 0.31 | 0.52 | 0.29 |
| HSL | 24.63º | 0.39% | 0.53% | - |
| HSV(B) | 24.63º | 0.52% | 0.71% | - |
| XYZ | 28.47 | 25.55 | 12.45 | - |
| YUV | 138.3 | 99.05 | 159.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 126 | 87 | 0 | 0.31 | 0.52 | 0.29 | 24.63 | 0.39 | 0.53 |
| Hex | B6 | 7E | 57 | 0 | 1F | 34 | 1D | 19 | 27 | 35 |
| Octal | 266 | 176 | 127 | 0 | 37 | 64 | 35 | 31 | 47 | 65 |
| Binary | 10110110 | 1111110 | 1010111 | 0 | 11111 | 110100 | 11101 | 11001 | 100111 | 110101 |
Color Harmonies of #B67E57
Complementary color
Monochromatic Colors of #B67E57
Black with #B67E57
Text Example
Text Example
White with #B67E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67E57; }
p { color: rgb(182,126,87); }
H1.HeaderClassName
{
color: #B67E57;
}
.AnyTagClassName
{
color: #B67E57;
}
</style>
background-color css
<style>
a { background-color: #B67E57; }
a { background-color: rgb(182,126,87); }
div.DivClassName
{
background-color: #B67E57;
}
.BgClassName
{
background-color: #B67E57;
}
</style>
border-color css
<style>
span { border-color: #B67E57; }
span { border-color: rgb(182,126,87); }
td.TdClassName
{
border-color: #B67E57;
}
.TagClassName
{
border-color: #B67E57;
}
</style>