Shades of Medium Wood #B8795C
Tints of Medium Wood #B8795C
RGB
CMYK
RGB Variations
Color information
#B8795C (or 0xB8795C) is known color: Medium Wood. HEX triplet: B8, 79 and 5C. RGB value is (184,121,92). Sum of RGB (Red+Green+Blue) = 184+121+92=397 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.35% from 397); Green value is 121 (47.66% from 255 or 30.48% from 397); Blue value is 92 (36.33% from 255 or 23.17% from 397); Max value from RGB is 184 - color contains mainly: red. Hex color #B8795C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8795C is #4786A3. Grayscale: #888888. Windows color (decimal): -4687524 or 6060472. OLE color: 6060472.
HSL color Cylindrical-coordinate representation of color #B8795C: hue angle of 18.91º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B8795C is Cyan = 0, Magento = 0.34, Yellow = 0.50 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 121 | 92 | - |
| CMYK | 0 | 0.34 | 0.50 | 0.28 |
| HSL | 18.91º | 0.39% | 0.54% | - |
| HSV(B) | 18.91º | 0.5% | 0.72% | - |
| XYZ | 28.54 | 24.64 | 13.38 | - |
| YUV | 136.53 | 102.87 | 161.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 121 | 92 | 0 | 0.34 | 0.50 | 0.28 | 18.91 | 0.39 | 0.54 |
| Hex | B8 | 79 | 5C | 0 | 22 | 32 | 1C | 13 | 27 | 36 |
| Octal | 270 | 171 | 134 | 0 | 42 | 62 | 34 | 23 | 47 | 66 |
| Binary | 10111000 | 1111001 | 1011100 | 0 | 100010 | 110010 | 11100 | 10011 | 100111 | 110110 |
Color Harmonies of #B8795C
Complementary color
Monochromatic Colors of #B8795C
Black with #B8795C
Text Example
Text Example
White with #B8795C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8795C; }
p { color: rgb(184,121,92); }
H1.HeaderClassName
{
color: #B8795C;
}
.AnyTagClassName
{
color: #B8795C;
}
</style>
background-color css
<style>
a { background-color: #B8795C; }
a { background-color: rgb(184,121,92); }
div.DivClassName
{
background-color: #B8795C;
}
.BgClassName
{
background-color: #B8795C;
}
</style>
border-color css
<style>
span { border-color: #B8795C; }
span { border-color: rgb(184,121,92); }
td.TdClassName
{
border-color: #B8795C;
}
.TagClassName
{
border-color: #B8795C;
}
</style>