Html Css Color HEX #BE9A5E Barley Corn

📋 copy color: '#BE9A5E'

red 190 ◦ green 154 ◦ blue 94

#BE9A5E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Barley Corn #BE9A5E

Tints of Barley Corn #BE9A5E

RGB

 RED value IS 190 (74.61% from 255) = 43.38%

 GREEN value IS 154 (60.55% from 255) = 35.16%

 BLUE value IS 94 (37.11% from 255) = 21.46%

R = 43.38%
G = 35.16%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.51

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BE9A5E (or 0xBE9A5E) is known color: Barley Corn. HEX triplet: BE, 9A and 5E. RGB value is (190,154,94). Sum of RGB (Red+Green+Blue) = 190+154+94=438 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.38% from 438); Green value is 154 (60.55% from 255 or 35.16% from 438); Blue value is 94 (37.11% from 255 or 21.46% from 438); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9A5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9A5E is #4165A1. Grayscale: #9E9E9E. Windows color (decimal): -4285858 or 6199998. OLE color: 6199998.

HSL color Cylindrical-coordinate representation of color #BE9A5E: hue angle of 37.5º 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 #BE9A5E is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 154 94 -
CMYK 0 0.19 0.51 0.25
HSL 37.5º 0.42% 0.56% -
HSV(B) 37.5º 0.51% 0.75% -
XYZ 34.81 34.87 15.48 -
YUV 157.92 91.93 150.88 -
System Red Green Blue C M Y K H S L
Decimal 190 154 94 0 0.19 0.51 0.25 37.5 0.42 0.56
Hex BE 9A 5E 0 13 33 19 26 2A 38
Octal 276 232 136 0 23 63 31 46 52 70
Binary 10111110 10011010 1011110 0 10011 110011 11001 100110 101010 111000

Color Harmonies of #BE9A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9A5E

Black with #BE9A5E

Text Example


Text Example

White with #BE9A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9A5E; }

 p { color: rgb(190,154,94); }

 H1.HeaderClassName
 {
   color: #BE9A5E;
 }
 .AnyTagClassName
 {
   color: #BE9A5E;
 }
</style>

background-color css

<style>
 a { background-color: #BE9A5E; }

 a { background-color: rgb(190,154,94); }

 div.DivClassName
 {
   background-color: #BE9A5E;
 }
 .BgClassName
 {
   background-color: #BE9A5E;
 }
</style>

border-color css

<style>
 span { border-color: #BE9A5E; }

 span { border-color: rgb(190,154,94); }

 td.TdClassName
 {
   border-color: #BE9A5E;
 }
 .TagClassName
 {
   border-color: #BE9A5E;
 }
</style>