Shades of Medium Wood #B8795B
Tints of Medium Wood #B8795B
RGB
CMYK
RGB Variations
Color information
#B8795B (or 0xB8795B) is known color: Medium Wood. HEX triplet: B8, 79 and 5B. RGB value is (184,121,91). Sum of RGB (Red+Green+Blue) = 184+121+91=396 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.46% from 396); Green value is 121 (47.66% from 255 or 30.56% from 396); Blue value is 91 (35.94% from 255 or 22.98% from 396); Max value from RGB is 184 - color contains mainly: red. Hex color #B8795B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8795B is #4786A4. Grayscale: #888888. Windows color (decimal): -4687525 or 5994936. OLE color: 5994936.
HSL color Cylindrical-coordinate representation of color #B8795B: hue angle of 19.35º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B8795B is Cyan = 0, Magento = 0.34, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 121 | 91 | - |
| CMYK | 0 | 0.34 | 0.51 | 0.28 |
| HSL | 19.35º | 0.4% | 0.54% | - |
| HSV(B) | 19.35º | 0.51% | 0.72% | - |
| XYZ | 28.49 | 24.62 | 13.15 | - |
| YUV | 136.42 | 102.37 | 161.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 121 | 91 | 0 | 0.34 | 0.51 | 0.28 | 19.35 | 0.4 | 0.54 |
| Hex | B8 | 79 | 5B | 0 | 22 | 33 | 1C | 13 | 28 | 36 |
| Octal | 270 | 171 | 133 | 0 | 42 | 63 | 34 | 23 | 50 | 66 |
| Binary | 10111000 | 1111001 | 1011011 | 0 | 100010 | 110011 | 11100 | 10011 | 101000 | 110110 |
Color Harmonies of #B8795B
Complementary color
Monochromatic Colors of #B8795B
Black with #B8795B
Text Example
Text Example
White with #B8795B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8795B; }
p { color: rgb(184,121,91); }
H1.HeaderClassName
{
color: #B8795B;
}
.AnyTagClassName
{
color: #B8795B;
}
</style>
background-color css
<style>
a { background-color: #B8795B; }
a { background-color: rgb(184,121,91); }
div.DivClassName
{
background-color: #B8795B;
}
.BgClassName
{
background-color: #B8795B;
}
</style>
border-color css
<style>
span { border-color: #B8795B; }
span { border-color: rgb(184,121,91); }
td.TdClassName
{
border-color: #B8795B;
}
.TagClassName
{
border-color: #B8795B;
}
</style>