Html Css Color HEX #BE9661 Barley Corn

📋 copy color: '#BE9661'

red 190 ◦ green 150 ◦ blue 97

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

Shades of Barley Corn #BE9661

Tints of Barley Corn #BE9661

RGB

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

 GREEN value IS 150 (58.98% from 255) = 34.32%

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

R = 43.48%
G = 34.32%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#BE9661 (or 0xBE9661) is known color: Barley Corn. HEX triplet: BE, 96 and 61. RGB value is (190,150,97). Sum of RGB (Red+Green+Blue) = 190+150+97=437 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.48% from 437); Green value is 150 (58.98% from 255 or 34.32% from 437); Blue value is 97 (38.28% from 255 or 22.20% from 437); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9661 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9661 is #41699E. Grayscale: #9C9C9C. Windows color (decimal): -4286879 or 6395582. OLE color: 6395582.

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

Color convert

RGB 190 150 97 -
CMYK 0 0.21 0.49 0.25
HSL 34.19º 0.42% 0.56% -
HSV(B) 34.19º 0.49% 0.75% -
XYZ 34.3 33.62 15.99 -
YUV 155.92 94.75 152.31 -
System Red Green Blue C M Y K H S L
Decimal 190 150 97 0 0.21 0.49 0.25 34.19 0.42 0.56
Hex BE 96 61 0 15 31 19 22 2A 38
Octal 276 226 141 0 25 61 31 42 52 70
Binary 10111110 10010110 1100001 0 10101 110001 11001 100010 101010 111000

Color Harmonies of #BE9661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9661

Black with #BE9661

Text Example


Text Example

White with #BE9661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9661; }

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

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

background-color css

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

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

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

border-color css

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

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

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