Html Css Color HEX #BE9A61 Barley Corn

📋 copy color: '#BE9A61'

red 190 ◦ green 154 ◦ blue 97

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

Shades of Barley Corn #BE9A61

Tints of Barley Corn #BE9A61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 22%

R = 43.08%
G = 34.92%
B = 22%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#BE9A61 (or 0xBE9A61) is known color: Barley Corn. HEX triplet: BE, 9A and 61. RGB value is (190,154,97). Sum of RGB (Red+Green+Blue) = 190+154+97=441 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.08% from 441); Green value is 154 (60.55% from 255 or 34.92% from 441); Blue value is 97 (38.28% from 255 or 22.00% from 441); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9A61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9A61 is #41659E. Grayscale: #9E9E9E. Windows color (decimal): -4285855 or 6396606. OLE color: 6396606.

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

Color convert

RGB 190 154 97 -
CMYK 0 0.19 0.49 0.25
HSL 36.77º 0.42% 0.56% -
HSV(B) 36.77º 0.49% 0.75% -
XYZ 34.95 34.92 16.21 -
YUV 158.27 93.43 150.63 -
System Red Green Blue C M Y K H S L
Decimal 190 154 97 0 0.19 0.49 0.25 36.77 0.42 0.56
Hex BE 9A 61 0 13 31 19 25 2A 38
Octal 276 232 141 0 23 61 31 45 52 70
Binary 10111110 10011010 1100001 0 10011 110001 11001 100101 101010 111000

Color Harmonies of #BE9A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9A61

Black with #BE9A61

Text Example


Text Example

White with #BE9A61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9A61; }

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

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

background-color css

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

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

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

border-color css

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

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

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