Shades of Medium Wood #B67F67
Tints of Medium Wood #B67F67
RGB
CMYK
RGB Variations
Color information
#B67F67 (or 0xB67F67) is known color: Medium Wood. HEX triplet: B6, 7F and 67. RGB value is (182,127,103). Sum of RGB (Red+Green+Blue) = 182+127+103=412 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.17% from 412); Green value is 127 (50% from 255 or 30.83% from 412); Blue value is 103 (40.62% from 255 or 25% from 412); Max value from RGB is 182 - color contains mainly: red. Hex color #B67F67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67F67 is #498098. Grayscale: #8C8C8C. Windows color (decimal): -4817049 or 6782902. OLE color: 6782902.
HSL color Cylindrical-coordinate representation of color #B67F67: hue angle of 18.23º 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 #B67F67 is Cyan = 0, Magento = 0.30, Yellow = 0.43 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 127 | 103 | - |
| CMYK | 0 | 0.30 | 0.43 | 0.29 |
| HSL | 18.23º | 0.35% | 0.56% | - |
| HSV(B) | 18.23º | 0.43% | 0.71% | - |
| XYZ | 29.33 | 26.1 | 16.32 | - |
| YUV | 140.71 | 106.72 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 127 | 103 | 0 | 0.30 | 0.43 | 0.29 | 18.23 | 0.35 | 0.56 |
| Hex | B6 | 7F | 67 | 0 | 1E | 2B | 1D | 12 | 23 | 38 |
| Octal | 266 | 177 | 147 | 0 | 36 | 53 | 35 | 22 | 43 | 70 |
| Binary | 10110110 | 1111111 | 1100111 | 0 | 11110 | 101011 | 11101 | 10010 | 100011 | 111000 |
Color Harmonies of #B67F67
Complementary color
Monochromatic Colors of #B67F67
Black with #B67F67
Text Example
Text Example
White with #B67F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67F67; }
p { color: rgb(182,127,103); }
H1.HeaderClassName
{
color: #B67F67;
}
.AnyTagClassName
{
color: #B67F67;
}
</style>
background-color css
<style>
a { background-color: #B67F67; }
a { background-color: rgb(182,127,103); }
div.DivClassName
{
background-color: #B67F67;
}
.BgClassName
{
background-color: #B67F67;
}
</style>
border-color css
<style>
span { border-color: #B67F67; }
span { border-color: rgb(182,127,103); }
td.TdClassName
{
border-color: #B67F67;
}
.TagClassName
{
border-color: #B67F67;
}
</style>