Shades of Medium Wood #B67B5E
Tints of Medium Wood #B67B5E
RGB
CMYK
RGB Variations
Color information
#B67B5E (or 0xB67B5E) is known color: Medium Wood. HEX triplet: B6, 7B and 5E. RGB value is (182,123,94). Sum of RGB (Red+Green+Blue) = 182+123+94=399 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.61% from 399); Green value is 123 (48.44% from 255 or 30.83% from 399); Blue value is 94 (37.11% from 255 or 23.56% from 399); Max value from RGB is 182 - color contains mainly: red. Hex color #B67B5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67B5E is #4984A1. Grayscale: #898989. Windows color (decimal): -4818082 or 6192054. OLE color: 6192054.
HSL color Cylindrical-coordinate representation of color #B67B5E: hue angle of 19.77º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B67B5E is Cyan = 0, Magento = 0.32, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 123 | 94 | - |
| CMYK | 0 | 0.32 | 0.48 | 0.29 |
| HSL | 19.77º | 0.38% | 0.54% | - |
| HSV(B) | 19.77º | 0.48% | 0.71% | - |
| XYZ | 28.39 | 24.92 | 13.9 | - |
| YUV | 137.34 | 103.55 | 159.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 123 | 94 | 0 | 0.32 | 0.48 | 0.29 | 19.77 | 0.38 | 0.54 |
| Hex | B6 | 7B | 5E | 0 | 20 | 30 | 1D | 14 | 26 | 36 |
| Octal | 266 | 173 | 136 | 0 | 40 | 60 | 35 | 24 | 46 | 66 |
| Binary | 10110110 | 1111011 | 1011110 | 0 | 100000 | 110000 | 11101 | 10100 | 100110 | 110110 |
Color Harmonies of #B67B5E
Complementary color
Monochromatic Colors of #B67B5E
Black with #B67B5E
Text Example
Text Example
White with #B67B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67B5E; }
p { color: rgb(182,123,94); }
H1.HeaderClassName
{
color: #B67B5E;
}
.AnyTagClassName
{
color: #B67B5E;
}
</style>
background-color css
<style>
a { background-color: #B67B5E; }
a { background-color: rgb(182,123,94); }
div.DivClassName
{
background-color: #B67B5E;
}
.BgClassName
{
background-color: #B67B5E;
}
</style>
border-color css
<style>
span { border-color: #B67B5E; }
span { border-color: rgb(182,123,94); }
td.TdClassName
{
border-color: #B67B5E;
}
.TagClassName
{
border-color: #B67B5E;
}
</style>