Html Css Color HEX #BE9561 Barley Corn

📋 copy color: '#BE9561'

red 190 ◦ green 149 ◦ blue 97

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

Shades of Barley Corn #BE9561

Tints of Barley Corn #BE9561

RGB

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

 GREEN value IS 149 (58.59% from 255) = 34.17%

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

R = 43.58%
G = 34.17%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#BE9561 (or 0xBE9561) is known color: Barley Corn. HEX triplet: BE, 95 and 61. RGB value is (190,149,97). Sum of RGB (Red+Green+Blue) = 190+149+97=436 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.58% from 436); Green value is 149 (58.59% from 255 or 34.17% from 436); Blue value is 97 (38.28% from 255 or 22.25% from 436); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9561 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9561 is #416A9E. Grayscale: #9B9B9B. Windows color (decimal): -4287135 or 6395326. OLE color: 6395326.

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

Color convert

RGB 190 149 97 -
CMYK 0 0.22 0.49 0.25
HSL 33.55º 0.42% 0.56% -
HSV(B) 33.55º 0.49% 0.75% -
XYZ 34.14 33.31 15.94 -
YUV 155.33 95.08 152.73 -
System Red Green Blue C M Y K H S L
Decimal 190 149 97 0 0.22 0.49 0.25 33.55 0.42 0.56
Hex BE 95 61 0 16 31 19 22 2A 38
Octal 276 225 141 0 26 61 31 42 52 70
Binary 10111110 10010101 1100001 0 10110 110001 11001 100010 101010 111000

Color Harmonies of #BE9561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9561

Black with #BE9561

Text Example


Text Example

White with #BE9561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9561; }

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

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

background-color css

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

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

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

border-color css

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

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

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