Html Css Color HEX #BE9C60 Barley Corn

📋 copy color: '#BE9C60'

red 190 ◦ green 156 ◦ blue 96

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

Shades of Barley Corn #BE9C60

Tints of Barley Corn #BE9C60

RGB

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

 GREEN value IS 156 (61.33% from 255) = 35.29%

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

R = 42.99%
G = 35.29%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#BE9C60 (or 0xBE9C60) is known color: Barley Corn. HEX triplet: BE, 9C and 60. RGB value is (190,156,96). Sum of RGB (Red+Green+Blue) = 190+156+96=442 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.99% from 442); Green value is 156 (61.33% from 255 or 35.29% from 442); Blue value is 96 (37.89% from 255 or 21.72% from 442); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9C60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9C60 is #41639F. Grayscale: #9F9F9F. Windows color (decimal): -4285344 or 6331582. OLE color: 6331582.

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

Color convert

RGB 190 156 96 -
CMYK 0 0.18 0.49 0.25
HSL 38.3º 0.42% 0.56% -
HSV(B) 38.3º 0.49% 0.75% -
XYZ 35.23 35.57 16.07 -
YUV 159.33 92.26 149.88 -
System Red Green Blue C M Y K H S L
Decimal 190 156 96 0 0.18 0.49 0.25 38.3 0.42 0.56
Hex BE 9C 60 0 12 31 19 26 2A 38
Octal 276 234 140 0 22 61 31 46 52 70
Binary 10111110 10011100 1100000 0 10010 110001 11001 100110 101010 111000

Color Harmonies of #BE9C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9C60

Black with #BE9C60

Text Example


Text Example

White with #BE9C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9C60; }

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

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

background-color css

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

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

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

border-color css

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

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

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