Shades of Barley Corn #BE995A
Tints of Barley Corn #BE995A
RGB
CMYK
RGB Variations
Color information
#BE995A (or 0xBE995A) is known color: Barley Corn. HEX triplet: BE, 99 and 5A. RGB value is (190,153,90). Sum of RGB (Red+Green+Blue) = 190+153+90=433 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.88% from 433); Green value is 153 (60.16% from 255 or 35.33% from 433); Blue value is 90 (35.55% from 255 or 20.79% from 433); Max value from RGB is 190 - color contains mainly: red. Hex color #BE995A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE995A is #4166A5. Grayscale: #9D9D9D. Windows color (decimal): -4286118 or 5937598. OLE color: 5937598.
HSL color Cylindrical-coordinate representation of color #BE995A: hue angle of 37.8º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BE995A is Cyan = 0, Magento = 0.19, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 153 | 90 | - |
| CMYK | 0 | 0.19 | 0.53 | 0.25 |
| HSL | 37.8º | 0.43% | 0.55% | - |
| HSV(B) | 37.8º | 0.53% | 0.75% | - |
| XYZ | 34.47 | 34.47 | 14.51 | - |
| YUV | 156.88 | 90.26 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 153 | 90 | 0 | 0.19 | 0.53 | 0.25 | 37.8 | 0.43 | 0.55 |
| Hex | BE | 99 | 5A | 0 | 13 | 35 | 19 | 26 | 2B | 37 |
| Octal | 276 | 231 | 132 | 0 | 23 | 65 | 31 | 46 | 53 | 67 |
| Binary | 10111110 | 10011001 | 1011010 | 0 | 10011 | 110101 | 11001 | 100110 | 101011 | 110111 |
Color Harmonies of #BE995A
Complementary color
Monochromatic Colors of #BE995A
Black with #BE995A
Text Example
Text Example
White with #BE995A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE995A; }
p { color: rgb(190,153,90); }
H1.HeaderClassName
{
color: #BE995A;
}
.AnyTagClassName
{
color: #BE995A;
}
</style>
background-color css
<style>
a { background-color: #BE995A; }
a { background-color: rgb(190,153,90); }
div.DivClassName
{
background-color: #BE995A;
}
.BgClassName
{
background-color: #BE995A;
}
</style>
border-color css
<style>
span { border-color: #BE995A; }
span { border-color: rgb(190,153,90); }
td.TdClassName
{
border-color: #BE995A;
}
.TagClassName
{
border-color: #BE995A;
}
</style>