Shades of Barley Corn #B79C5B
Tints of Barley Corn #B79C5B
RGB
CMYK
RGB Variations
Color information
#B79C5B (or 0xB79C5B) is known color: Barley Corn. HEX triplet: B7, 9C and 5B. RGB value is (183,156,91). Sum of RGB (Red+Green+Blue) = 183+156+91=430 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.56% from 430); Green value is 156 (61.33% from 255 or 36.28% from 430); Blue value is 91 (35.94% from 255 or 21.16% from 430); Max value from RGB is 183 - color contains mainly: red. Hex color #B79C5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79C5B is #4863A4. Grayscale: #9C9C9C. Windows color (decimal): -4744101 or 6003895. OLE color: 6003895.
HSL color Cylindrical-coordinate representation of color #B79C5B: hue angle of 42.39º 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 #B79C5B is Cyan = 0, Magento = 0.15, Yellow = 0.50 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 156 | 91 | - |
| CMYK | 0 | 0.15 | 0.50 | 0.28 |
| HSL | 42.39º | 0.39% | 0.54% | - |
| HSV(B) | 42.39º | 0.5% | 0.72% | - |
| XYZ | 33.31 | 34.6 | 14.82 | - |
| YUV | 156.66 | 90.95 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 156 | 91 | 0 | 0.15 | 0.50 | 0.28 | 42.39 | 0.39 | 0.54 |
| Hex | B7 | 9C | 5B | 0 | F | 32 | 1C | 2A | 27 | 36 |
| Octal | 267 | 234 | 133 | 0 | 17 | 62 | 34 | 52 | 47 | 66 |
| Binary | 10110111 | 10011100 | 1011011 | 0 | 1111 | 110010 | 11100 | 101010 | 100111 | 110110 |
Color Harmonies of #B79C5B
Complementary color
Monochromatic Colors of #B79C5B
Black with #B79C5B
Text Example
Text Example
White with #B79C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79C5B; }
p { color: rgb(183,156,91); }
H1.HeaderClassName
{
color: #B79C5B;
}
.AnyTagClassName
{
color: #B79C5B;
}
</style>
background-color css
<style>
a { background-color: #B79C5B; }
a { background-color: rgb(183,156,91); }
div.DivClassName
{
background-color: #B79C5B;
}
.BgClassName
{
background-color: #B79C5B;
}
</style>
border-color css
<style>
span { border-color: #B79C5B; }
span { border-color: rgb(183,156,91); }
td.TdClassName
{
border-color: #B79C5B;
}
.TagClassName
{
border-color: #B79C5B;
}
</style>