Shades of Medium Wood #B67F68
Tints of Medium Wood #B67F68
RGB
CMYK
RGB Variations
Color information
#B67F68 (or 0xB67F68) is known color: Medium Wood. HEX triplet: B6, 7F and 68. RGB value is (182,127,104). Sum of RGB (Red+Green+Blue) = 182+127+104=413 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.07% from 413); Green value is 127 (50% from 255 or 30.75% from 413); Blue value is 104 (41.02% from 255 or 25.18% from 413); Max value from RGB is 182 - color contains mainly: red. Hex color #B67F68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67F68 is #498097. Grayscale: #8C8C8C. Windows color (decimal): -4817048 or 6848438. OLE color: 6848438.
HSL color Cylindrical-coordinate representation of color #B67F68: hue angle of 17.69º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B67F68 is Cyan = 0, Magento = 0.30, Yellow = 0.43 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 127 | 104 | - |
| CMYK | 0 | 0.30 | 0.43 | 0.29 |
| HSL | 17.69º | 0.35% | 0.56% | - |
| HSV(B) | 17.69º | 0.43% | 0.71% | - |
| XYZ | 29.38 | 26.12 | 16.59 | - |
| YUV | 140.82 | 107.22 | 157.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 127 | 104 | 0 | 0.30 | 0.43 | 0.29 | 17.69 | 0.35 | 0.56 |
| Hex | B6 | 7F | 68 | 0 | 1E | 2B | 1D | 12 | 23 | 38 |
| Octal | 266 | 177 | 150 | 0 | 36 | 53 | 35 | 22 | 43 | 70 |
| Binary | 10110110 | 1111111 | 1101000 | 0 | 11110 | 101011 | 11101 | 10010 | 100011 | 111000 |
Color Harmonies of #B67F68
Complementary color
Monochromatic Colors of #B67F68
Black with #B67F68
Text Example
Text Example
White with #B67F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67F68; }
p { color: rgb(182,127,104); }
H1.HeaderClassName
{
color: #B67F68;
}
.AnyTagClassName
{
color: #B67F68;
}
</style>
background-color css
<style>
a { background-color: #B67F68; }
a { background-color: rgb(182,127,104); }
div.DivClassName
{
background-color: #B67F68;
}
.BgClassName
{
background-color: #B67F68;
}
</style>
border-color css
<style>
span { border-color: #B67F68; }
span { border-color: rgb(182,127,104); }
td.TdClassName
{
border-color: #B67F68;
}
.TagClassName
{
border-color: #B67F68;
}
</style>