Shades of Barley Corn #BE9D60
Tints of Barley Corn #BE9D60
RGB
CMYK
RGB Variations
Color information
#BE9D60 (or 0xBE9D60) is known color: Barley Corn. HEX triplet: BE, 9D and 60. RGB value is (190,157,96). Sum of RGB (Red+Green+Blue) = 190+157+96=443 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.89% from 443); Green value is 157 (61.72% from 255 or 35.44% from 443); Blue value is 96 (37.89% from 255 or 21.67% from 443); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9D60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9D60 is #41629F. Grayscale: #A0A0A0. Windows color (decimal): -4285088 or 6331838. OLE color: 6331838.
HSL color Cylindrical-coordinate representation of color #BE9D60: hue angle of 38.94º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BE9D60 is Cyan = 0, Magento = 0.17, Yellow = 0.49 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 157 | 96 | - |
| CMYK | 0 | 0.17 | 0.49 | 0.25 |
| HSL | 38.94º | 0.42% | 0.56% | - |
| HSV(B) | 38.94º | 0.49% | 0.75% | - |
| XYZ | 35.4 | 35.91 | 16.13 | - |
| YUV | 159.91 | 91.93 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 157 | 96 | 0 | 0.17 | 0.49 | 0.25 | 38.94 | 0.42 | 0.56 |
| Hex | BE | 9D | 60 | 0 | 11 | 31 | 19 | 27 | 2A | 38 |
| Octal | 276 | 235 | 140 | 0 | 21 | 61 | 31 | 47 | 52 | 70 |
| Binary | 10111110 | 10011101 | 1100000 | 0 | 10001 | 110001 | 11001 | 100111 | 101010 | 111000 |
Color Harmonies of #BE9D60
Complementary color
Monochromatic Colors of #BE9D60
Black with #BE9D60
Text Example
Text Example
White with #BE9D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9D60; }
p { color: rgb(190,157,96); }
H1.HeaderClassName
{
color: #BE9D60;
}
.AnyTagClassName
{
color: #BE9D60;
}
</style>
background-color css
<style>
a { background-color: #BE9D60; }
a { background-color: rgb(190,157,96); }
div.DivClassName
{
background-color: #BE9D60;
}
.BgClassName
{
background-color: #BE9D60;
}
</style>
border-color css
<style>
span { border-color: #BE9D60; }
span { border-color: rgb(190,157,96); }
td.TdClassName
{
border-color: #BE9D60;
}
.TagClassName
{
border-color: #BE9D60;
}
</style>