Shades of Medium Wood #B7795B
Tints of Medium Wood #B7795B
RGB
CMYK
RGB Variations
Color information
#B7795B (or 0xB7795B) is known color: Medium Wood. HEX triplet: B7, 79 and 5B. RGB value is (183,121,91). Sum of RGB (Red+Green+Blue) = 183+121+91=395 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.33% from 395); Green value is 121 (47.66% from 255 or 30.63% from 395); Blue value is 91 (35.94% from 255 or 23.04% from 395); Max value from RGB is 183 - color contains mainly: red. Hex color #B7795B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7795B is #4886A4. Grayscale: #888888. Windows color (decimal): -4753061 or 5994935. OLE color: 5994935.
HSL color Cylindrical-coordinate representation of color #B7795B: hue angle of 19.57º 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 #B7795B is Cyan = 0, Magento = 0.34, Yellow = 0.50 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 121 | 91 | - |
| CMYK | 0 | 0.34 | 0.50 | 0.28 |
| HSL | 19.57º | 0.39% | 0.54% | - |
| HSV(B) | 19.57º | 0.5% | 0.72% | - |
| XYZ | 28.25 | 24.5 | 13.14 | - |
| YUV | 136.12 | 102.54 | 161.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 121 | 91 | 0 | 0.34 | 0.50 | 0.28 | 19.57 | 0.39 | 0.54 |
| Hex | B7 | 79 | 5B | 0 | 22 | 32 | 1C | 14 | 27 | 36 |
| Octal | 267 | 171 | 133 | 0 | 42 | 62 | 34 | 24 | 47 | 66 |
| Binary | 10110111 | 1111001 | 1011011 | 0 | 100010 | 110010 | 11100 | 10100 | 100111 | 110110 |
Color Harmonies of #B7795B
Complementary color
Monochromatic Colors of #B7795B
Black with #B7795B
Text Example
Text Example
White with #B7795B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7795B; }
p { color: rgb(183,121,91); }
H1.HeaderClassName
{
color: #B7795B;
}
.AnyTagClassName
{
color: #B7795B;
}
</style>
background-color css
<style>
a { background-color: #B7795B; }
a { background-color: rgb(183,121,91); }
div.DivClassName
{
background-color: #B7795B;
}
.BgClassName
{
background-color: #B7795B;
}
</style>
border-color css
<style>
span { border-color: #B7795B; }
span { border-color: rgb(183,121,91); }
td.TdClassName
{
border-color: #B7795B;
}
.TagClassName
{
border-color: #B7795B;
}
</style>