Shades of Medium Wood #B67E63
Tints of Medium Wood #B67E63
RGB
CMYK
RGB Variations
Color information
#B67E63 (or 0xB67E63) is known color: Medium Wood. HEX triplet: B6, 7E and 63. RGB value is (182,126,99). Sum of RGB (Red+Green+Blue) = 182+126+99=407 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.72% from 407); Green value is 126 (49.61% from 255 or 30.96% from 407); Blue value is 99 (39.06% from 255 or 24.32% from 407); Max value from RGB is 182 - color contains mainly: red. Hex color #B67E63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67E63 is #49819C. Grayscale: #8B8B8B. Windows color (decimal): -4817309 or 6520502. OLE color: 6520502.
HSL color Cylindrical-coordinate representation of color #B67E63: hue angle of 19.52º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B67E63 is Cyan = 0, Magento = 0.31, Yellow = 0.46 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 126 | 99 | - |
| CMYK | 0 | 0.31 | 0.46 | 0.29 |
| HSL | 19.52º | 0.36% | 0.55% | - |
| HSV(B) | 19.52º | 0.46% | 0.71% | - |
| XYZ | 29 | 25.77 | 15.25 | - |
| YUV | 139.67 | 105.05 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 126 | 99 | 0 | 0.31 | 0.46 | 0.29 | 19.52 | 0.36 | 0.55 |
| Hex | B6 | 7E | 63 | 0 | 1F | 2E | 1D | 14 | 24 | 37 |
| Octal | 266 | 176 | 143 | 0 | 37 | 56 | 35 | 24 | 44 | 67 |
| Binary | 10110110 | 1111110 | 1100011 | 0 | 11111 | 101110 | 11101 | 10100 | 100100 | 110111 |
Color Harmonies of #B67E63
Complementary color
Monochromatic Colors of #B67E63
Black with #B67E63
Text Example
Text Example
White with #B67E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67E63; }
p { color: rgb(182,126,99); }
H1.HeaderClassName
{
color: #B67E63;
}
.AnyTagClassName
{
color: #B67E63;
}
</style>
background-color css
<style>
a { background-color: #B67E63; }
a { background-color: rgb(182,126,99); }
div.DivClassName
{
background-color: #B67E63;
}
.BgClassName
{
background-color: #B67E63;
}
</style>
border-color css
<style>
span { border-color: #B67E63; }
span { border-color: rgb(182,126,99); }
td.TdClassName
{
border-color: #B67E63;
}
.TagClassName
{
border-color: #B67E63;
}
</style>