Shades of Medium Wood #B8795D
Tints of Medium Wood #B8795D
RGB
CMYK
RGB Variations
Color information
#B8795D (or 0xB8795D) is known color: Medium Wood. HEX triplet: B8, 79 and 5D. RGB value is (184,121,93). Sum of RGB (Red+Green+Blue) = 184+121+93=398 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.23% from 398); Green value is 121 (47.66% from 255 or 30.40% from 398); Blue value is 93 (36.72% from 255 or 23.37% from 398); Max value from RGB is 184 - color contains mainly: red. Hex color #B8795D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8795D is #4786A2. Grayscale: #888888. Windows color (decimal): -4687523 or 6126008. OLE color: 6126008.
HSL color Cylindrical-coordinate representation of color #B8795D: hue angle of 18.46º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B8795D is Cyan = 0, Magento = 0.34, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 121 | 93 | - |
| CMYK | 0 | 0.34 | 0.49 | 0.28 |
| HSL | 18.46º | 0.39% | 0.54% | - |
| HSV(B) | 18.46º | 0.49% | 0.72% | - |
| XYZ | 28.58 | 24.66 | 13.61 | - |
| YUV | 136.65 | 103.37 | 161.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 121 | 93 | 0 | 0.34 | 0.49 | 0.28 | 18.46 | 0.39 | 0.54 |
| Hex | B8 | 79 | 5D | 0 | 22 | 31 | 1C | 12 | 27 | 36 |
| Octal | 270 | 171 | 135 | 0 | 42 | 61 | 34 | 22 | 47 | 66 |
| Binary | 10111000 | 1111001 | 1011101 | 0 | 100010 | 110001 | 11100 | 10010 | 100111 | 110110 |
Color Harmonies of #B8795D
Complementary color
Monochromatic Colors of #B8795D
Black with #B8795D
Text Example
Text Example
White with #B8795D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8795D; }
p { color: rgb(184,121,93); }
H1.HeaderClassName
{
color: #B8795D;
}
.AnyTagClassName
{
color: #B8795D;
}
</style>
background-color css
<style>
a { background-color: #B8795D; }
a { background-color: rgb(184,121,93); }
div.DivClassName
{
background-color: #B8795D;
}
.BgClassName
{
background-color: #B8795D;
}
</style>
border-color css
<style>
span { border-color: #B8795D; }
span { border-color: rgb(184,121,93); }
td.TdClassName
{
border-color: #B8795D;
}
.TagClassName
{
border-color: #B8795D;
}
</style>