Html Css Color HEX #BE9A57 Barley Corn

📋 copy color: '#BE9A57'

red 190 ◦ green 154 ◦ blue 87

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

Shades of Barley Corn #BE9A57

Tints of Barley Corn #BE9A57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 20.19%

R = 44.08%
G = 35.73%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#BE9A57 (or 0xBE9A57) is known color: Barley Corn. HEX triplet: BE, 9A and 57. RGB value is (190,154,87). Sum of RGB (Red+Green+Blue) = 190+154+87=431 (57% of max value = 765). Red value is 190 (74.61% from 255 or 44.08% from 431); Green value is 154 (60.55% from 255 or 35.73% from 431); Blue value is 87 (34.38% from 255 or 20.19% from 431); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9A57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9A57 is #4165A8. Grayscale: #9D9D9D. Windows color (decimal): -4285865 or 5741246. OLE color: 5741246.

HSL color Cylindrical-coordinate representation of color #BE9A57: hue angle of 39.03º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BE9A57 is Cyan = 0, Magento = 0.19, Yellow = 0.54 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 154 87 -
CMYK 0 0.19 0.54 0.25
HSL 39.03º 0.44% 0.54% -
HSV(B) 39.03º 0.54% 0.75% -
XYZ 34.51 34.75 13.9 -
YUV 157.13 88.43 151.45 -
System Red Green Blue C M Y K H S L
Decimal 190 154 87 0 0.19 0.54 0.25 39.03 0.44 0.54
Hex BE 9A 57 0 13 36 19 27 2C 36
Octal 276 232 127 0 23 66 31 47 54 66
Binary 10111110 10011010 1010111 0 10011 110110 11001 100111 101100 110110

Color Harmonies of #BE9A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9A57

Black with #BE9A57

Text Example


Text Example

White with #BE9A57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9A57; }

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

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

background-color css

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

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

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

border-color css

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

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

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