Shades of Barley Corn #BE9C5E
Tints of Barley Corn #BE9C5E
RGB
CMYK
RGB Variations
Color information
#BE9C5E (or 0xBE9C5E) is known color: Barley Corn. HEX triplet: BE, 9C and 5E. RGB value is (190,156,94). Sum of RGB (Red+Green+Blue) = 190+156+94=440 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.18% from 440); Green value is 156 (61.33% from 255 or 35.45% from 440); Blue value is 94 (37.11% from 255 or 21.36% from 440); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9C5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9C5E is #4163A1. Grayscale: #9F9F9F. Windows color (decimal): -4285346 or 6200510. OLE color: 6200510.
HSL color Cylindrical-coordinate representation of color #BE9C5E: hue angle of 38.75º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BE9C5E is Cyan = 0, Magento = 0.18, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
RGB | 190 | 156 | 94 | - |
CMYK | 0 | 0.18 | 0.51 | 0.25 |
HSL | 38.75º | 0.42% | 0.56% | - |
HSV(B) | 38.75º | 0.51% | 0.75% | - |
XYZ | 35.14 | 35.53 | 15.6 | - |
YUV | 159.1 | 91.26 | 150.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 156 | 94 | 0 | 0.18 | 0.51 | 0.25 | 38.75 | 0.42 | 0.56 |
Hex | BE | 9C | 5E | 0 | 12 | 33 | 19 | 27 | 2A | 38 |
Octal | 276 | 234 | 136 | 0 | 22 | 63 | 31 | 47 | 52 | 70 |
Binary | 10111110 | 10011100 | 1011110 | 0 | 10010 | 110011 | 11001 | 100111 | 101010 | 111000 |
Color Harmonies of #BE9C5E
Complementary color
Monochromatic Colors of #BE9C5E
Black with #BE9C5E
Text Example
Text Example
White with #BE9C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9C5E; }
p { color: rgb(190,156,94); }
H1.HeaderClassName
{
color: #BE9C5E;
}
.AnyTagClassName
{
color: #BE9C5E;
}
</style>
background-color css
<style>
a { background-color: #BE9C5E; }
a { background-color: rgb(190,156,94); }
div.DivClassName
{
background-color: #BE9C5E;
}
.BgClassName
{
background-color: #BE9C5E;
}
</style>
border-color css
<style>
span { border-color: #BE9C5E; }
span { border-color: rgb(190,156,94); }
td.TdClassName
{
border-color: #BE9C5E;
}
.TagClassName
{
border-color: #BE9C5E;
}
</style>