Html Css Color HEX #BE9D60 Barley Corn

📋 copy color: '#BE9D60'

red 190 ◦ green 157 ◦ blue 96

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

Shades of Barley Corn #BE9D60

Tints of Barley Corn #BE9D60

RGB

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

 GREEN value IS 157 (61.72% from 255) = 35.44%

 BLUE value IS 96 (37.89% from 255) = 21.67%

R = 42.89%
G = 35.44%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#BE9D60 (or 0xBE9D60) is known color: Barley Corn. HEX triplet: BE, 9D and 60. RGB value is (190,157,96). Sum of RGB (Red+Green+Blue) = 190+157+96=443 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.89% from 443); Green value is 157 (61.72% from 255 or 35.44% from 443); Blue value is 96 (37.89% from 255 or 21.67% from 443); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9D60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9D60 is #41629F. Grayscale: #A0A0A0. Windows color (decimal): -4285088 or 6331838. OLE color: 6331838.

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

Color convert

RGB 190 157 96 -
CMYK 0 0.17 0.49 0.25
HSL 38.94º 0.42% 0.56% -
HSV(B) 38.94º 0.49% 0.75% -
XYZ 35.4 35.91 16.13 -
YUV 159.91 91.93 149.46 -
System Red Green Blue C M Y K H S L
Decimal 190 157 96 0 0.17 0.49 0.25 38.94 0.42 0.56
Hex BE 9D 60 0 11 31 19 27 2A 38
Octal 276 235 140 0 21 61 31 47 52 70
Binary 10111110 10011101 1100000 0 10001 110001 11001 100111 101010 111000

Color Harmonies of #BE9D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9D60

Black with #BE9D60

Text Example


Text Example

White with #BE9D60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9D60; }

 p { color: rgb(190,157,96); }

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

background-color css

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

 a { background-color: rgb(190,157,96); }

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

border-color css

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

 span { border-color: rgb(190,157,96); }

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