Shades of Medium Wood #B67A5E
Tints of Medium Wood #B67A5E
RGB
CMYK
RGB Variations
Color information
#B67A5E (or 0xB67A5E) is known color: Medium Wood. HEX triplet: B6, 7A and 5E. RGB value is (182,122,94). Sum of RGB (Red+Green+Blue) = 182+122+94=398 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.73% from 398); Green value is 122 (48.05% from 255 or 30.65% from 398); Blue value is 94 (37.11% from 255 or 23.62% from 398); Max value from RGB is 182 - color contains mainly: red. Hex color #B67A5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67A5E is #4985A1. Grayscale: #888888. Windows color (decimal): -4818338 or 6191798. OLE color: 6191798.
HSL color Cylindrical-coordinate representation of color #B67A5E: hue angle of 19.09º 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 #B67A5E is Cyan = 0, Magento = 0.33, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 122 | 94 | - |
| CMYK | 0 | 0.33 | 0.48 | 0.29 |
| HSL | 19.09º | 0.38% | 0.54% | - |
| HSV(B) | 19.09º | 0.48% | 0.71% | - |
| XYZ | 28.27 | 24.67 | 13.86 | - |
| YUV | 136.75 | 103.88 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 122 | 94 | 0 | 0.33 | 0.48 | 0.29 | 19.09 | 0.38 | 0.54 |
| Hex | B6 | 7A | 5E | 0 | 21 | 30 | 1D | 13 | 26 | 36 |
| Octal | 266 | 172 | 136 | 0 | 41 | 60 | 35 | 23 | 46 | 66 |
| Binary | 10110110 | 1111010 | 1011110 | 0 | 100001 | 110000 | 11101 | 10011 | 100110 | 110110 |
Color Harmonies of #B67A5E
Complementary color
Monochromatic Colors of #B67A5E
Black with #B67A5E
Text Example
Text Example
White with #B67A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67A5E; }
p { color: rgb(182,122,94); }
H1.HeaderClassName
{
color: #B67A5E;
}
.AnyTagClassName
{
color: #B67A5E;
}
</style>
background-color css
<style>
a { background-color: #B67A5E; }
a { background-color: rgb(182,122,94); }
div.DivClassName
{
background-color: #B67A5E;
}
.BgClassName
{
background-color: #B67A5E;
}
</style>
border-color css
<style>
span { border-color: #B67A5E; }
span { border-color: rgb(182,122,94); }
td.TdClassName
{
border-color: #B67A5E;
}
.TagClassName
{
border-color: #B67A5E;
}
</style>