Shades of Medium Wood #B67F64
Tints of Medium Wood #B67F64
RGB
CMYK
RGB Variations
Color information
#B67F64 (or 0xB67F64) is known color: Medium Wood. HEX triplet: B6, 7F and 64. RGB value is (182,127,100). Sum of RGB (Red+Green+Blue) = 182+127+100=409 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.50% from 409); Green value is 127 (50% from 255 or 31.05% from 409); Blue value is 100 (39.45% from 255 or 24.45% from 409); Max value from RGB is 182 - color contains mainly: red. Hex color #B67F64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67F64 is #49809B. Grayscale: #8C8C8C. Windows color (decimal): -4817052 or 6586294. OLE color: 6586294.
HSL color Cylindrical-coordinate representation of color #B67F64: hue angle of 19.76º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B67F64 is Cyan = 0, Magento = 0.30, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 127 | 100 | - |
| CMYK | 0 | 0.30 | 0.45 | 0.29 |
| HSL | 19.76º | 0.36% | 0.55% | - |
| HSV(B) | 19.76º | 0.45% | 0.71% | - |
| XYZ | 29.18 | 26.04 | 15.55 | - |
| YUV | 140.37 | 105.22 | 157.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 127 | 100 | 0 | 0.30 | 0.45 | 0.29 | 19.76 | 0.36 | 0.55 |
| Hex | B6 | 7F | 64 | 0 | 1E | 2D | 1D | 14 | 24 | 37 |
| Octal | 266 | 177 | 144 | 0 | 36 | 55 | 35 | 24 | 44 | 67 |
| Binary | 10110110 | 1111111 | 1100100 | 0 | 11110 | 101101 | 11101 | 10100 | 100100 | 110111 |
Color Harmonies of #B67F64
Complementary color
Monochromatic Colors of #B67F64
Black with #B67F64
Text Example
Text Example
White with #B67F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67F64; }
p { color: rgb(182,127,100); }
H1.HeaderClassName
{
color: #B67F64;
}
.AnyTagClassName
{
color: #B67F64;
}
</style>
background-color css
<style>
a { background-color: #B67F64; }
a { background-color: rgb(182,127,100); }
div.DivClassName
{
background-color: #B67F64;
}
.BgClassName
{
background-color: #B67F64;
}
</style>
border-color css
<style>
span { border-color: #B67F64; }
span { border-color: rgb(182,127,100); }
td.TdClassName
{
border-color: #B67F64;
}
.TagClassName
{
border-color: #B67F64;
}
</style>