Shades of Barley Corn #BF9C56
Tints of Barley Corn #BF9C56
RGB
CMYK
RGB Variations
Color information
#BF9C56 (or 0xBF9C56) is known color: Barley Corn. HEX triplet: BF, 9C and 56. RGB value is (191,156,86). Sum of RGB (Red+Green+Blue) = 191+156+86=433 (57% of max value = 765). Red value is 191 (75% from 255 or 44.11% from 433); Green value is 156 (61.33% from 255 or 36.03% from 433); Blue value is 86 (33.98% from 255 or 19.86% from 433); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9C56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9C56 is #4063A9. Grayscale: #9E9E9E. Windows color (decimal): -4219818 or 5676223. OLE color: 5676223.
HSL color Cylindrical-coordinate representation of color #BF9C56: hue angle of 40º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BF9C56 is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 156 | 86 | - |
| CMYK | 0 | 0.18 | 0.55 | 0.25 |
| HSL | 40º | 0.45% | 0.54% | - |
| HSV(B) | 40º | 0.55% | 0.75% | - |
| XYZ | 35.05 | 35.53 | 13.81 | - |
| YUV | 158.49 | 87.1 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 156 | 86 | 0 | 0.18 | 0.55 | 0.25 | 40 | 0.45 | 0.54 |
| Hex | BF | 9C | 56 | 0 | 12 | 37 | 19 | 28 | 2D | 36 |
| Octal | 277 | 234 | 126 | 0 | 22 | 67 | 31 | 50 | 55 | 66 |
| Binary | 10111111 | 10011100 | 1010110 | 0 | 10010 | 110111 | 11001 | 101000 | 101101 | 110110 |
Color Harmonies of #BF9C56
Complementary color
Monochromatic Colors of #BF9C56
Black with #BF9C56
Text Example
Text Example
White with #BF9C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9C56; }
p { color: rgb(191,156,86); }
H1.HeaderClassName
{
color: #BF9C56;
}
.AnyTagClassName
{
color: #BF9C56;
}
</style>
background-color css
<style>
a { background-color: #BF9C56; }
a { background-color: rgb(191,156,86); }
div.DivClassName
{
background-color: #BF9C56;
}
.BgClassName
{
background-color: #BF9C56;
}
</style>
border-color css
<style>
span { border-color: #BF9C56; }
span { border-color: rgb(191,156,86); }
td.TdClassName
{
border-color: #BF9C56;
}
.TagClassName
{
border-color: #BF9C56;
}
</style>