Shades of Medium Wood #B67F65
Tints of Medium Wood #B67F65
RGB
CMYK
RGB Variations
Color information
#B67F65 (or 0xB67F65) is known color: Medium Wood. HEX triplet: B6, 7F and 65. RGB value is (182,127,101). Sum of RGB (Red+Green+Blue) = 182+127+101=410 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.39% from 410); Green value is 127 (50% from 255 or 30.98% from 410); Blue value is 101 (39.84% from 255 or 24.63% from 410); Max value from RGB is 182 - color contains mainly: red. Hex color #B67F65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67F65 is #49809A. Grayscale: #8C8C8C. Windows color (decimal): -4817051 or 6651830. OLE color: 6651830.
HSL color Cylindrical-coordinate representation of color #B67F65: hue angle of 19.26º 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 #B67F65 is Cyan = 0, Magento = 0.30, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 127 | 101 | - |
| CMYK | 0 | 0.30 | 0.45 | 0.29 |
| HSL | 19.26º | 0.36% | 0.55% | - |
| HSV(B) | 19.26º | 0.45% | 0.71% | - |
| XYZ | 29.23 | 26.06 | 15.8 | - |
| YUV | 140.48 | 105.72 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 127 | 101 | 0 | 0.30 | 0.45 | 0.29 | 19.26 | 0.36 | 0.55 |
| Hex | B6 | 7F | 65 | 0 | 1E | 2D | 1D | 13 | 24 | 37 |
| Octal | 266 | 177 | 145 | 0 | 36 | 55 | 35 | 23 | 44 | 67 |
| Binary | 10110110 | 1111111 | 1100101 | 0 | 11110 | 101101 | 11101 | 10011 | 100100 | 110111 |
Color Harmonies of #B67F65
Complementary color
Monochromatic Colors of #B67F65
Black with #B67F65
Text Example
Text Example
White with #B67F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67F65; }
p { color: rgb(182,127,101); }
H1.HeaderClassName
{
color: #B67F65;
}
.AnyTagClassName
{
color: #B67F65;
}
</style>
background-color css
<style>
a { background-color: #B67F65; }
a { background-color: rgb(182,127,101); }
div.DivClassName
{
background-color: #B67F65;
}
.BgClassName
{
background-color: #B67F65;
}
</style>
border-color css
<style>
span { border-color: #B67F65; }
span { border-color: rgb(182,127,101); }
td.TdClassName
{
border-color: #B67F65;
}
.TagClassName
{
border-color: #B67F65;
}
</style>