Shades of Barley Corn #BE9A5D
Tints of Barley Corn #BE9A5D
RGB
CMYK
RGB Variations
Color information
#BE9A5D (or 0xBE9A5D) is known color: Barley Corn. HEX triplet: BE, 9A and 5D. RGB value is (190,154,93). Sum of RGB (Red+Green+Blue) = 190+154+93=437 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.48% from 437); Green value is 154 (60.55% from 255 or 35.24% from 437); Blue value is 93 (36.72% from 255 or 21.28% from 437); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9A5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9A5D is #4165A2. Grayscale: #9E9E9E. Windows color (decimal): -4285859 or 6134462. OLE color: 6134462.
HSL color Cylindrical-coordinate representation of color #BE9A5D: hue angle of 37.73º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BE9A5D is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 154 | 93 | - |
| CMYK | 0 | 0.19 | 0.51 | 0.25 |
| HSL | 37.73º | 0.43% | 0.55% | - |
| HSV(B) | 37.73º | 0.51% | 0.75% | - |
| XYZ | 34.77 | 34.85 | 15.25 | - |
| YUV | 157.81 | 91.43 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 154 | 93 | 0 | 0.19 | 0.51 | 0.25 | 37.73 | 0.43 | 0.55 |
| Hex | BE | 9A | 5D | 0 | 13 | 33 | 19 | 26 | 2B | 37 |
| Octal | 276 | 232 | 135 | 0 | 23 | 63 | 31 | 46 | 53 | 67 |
| Binary | 10111110 | 10011010 | 1011101 | 0 | 10011 | 110011 | 11001 | 100110 | 101011 | 110111 |
Color Harmonies of #BE9A5D
Complementary color
Monochromatic Colors of #BE9A5D
Black with #BE9A5D
Text Example
Text Example
White with #BE9A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9A5D; }
p { color: rgb(190,154,93); }
H1.HeaderClassName
{
color: #BE9A5D;
}
.AnyTagClassName
{
color: #BE9A5D;
}
</style>
background-color css
<style>
a { background-color: #BE9A5D; }
a { background-color: rgb(190,154,93); }
div.DivClassName
{
background-color: #BE9A5D;
}
.BgClassName
{
background-color: #BE9A5D;
}
</style>
border-color css
<style>
span { border-color: #BE9A5D; }
span { border-color: rgb(190,154,93); }
td.TdClassName
{
border-color: #BE9A5D;
}
.TagClassName
{
border-color: #BE9A5D;
}
</style>