Html Css Color HEX #BE995E Barley Corn

📋 copy color: '#BE995E'

red 190 ◦ green 153 ◦ blue 94

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

Shades of Barley Corn #BE995E

Tints of Barley Corn #BE995E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 35.01%

 BLUE value IS 94 (37.11% from 255) = 21.51%

R = 43.48%
G = 35.01%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#BE995E (or 0xBE995E) is known color: Barley Corn. HEX triplet: BE, 99 and 5E. RGB value is (190,153,94). Sum of RGB (Red+Green+Blue) = 190+153+94=437 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.48% from 437); Green value is 153 (60.16% from 255 or 35.01% from 437); Blue value is 94 (37.11% from 255 or 21.51% from 437); Max value from RGB is 190 - color contains mainly: red. Hex color #BE995E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE995E is #4166A1. Grayscale: #9D9D9D. Windows color (decimal): -4286114 or 6199742. OLE color: 6199742.

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

Color convert

RGB 190 153 94 -
CMYK 0 0.19 0.51 0.25
HSL 36.88º 0.42% 0.56% -
HSV(B) 36.88º 0.51% 0.75% -
XYZ 34.65 34.54 15.43 -
YUV 157.34 92.26 151.3 -
System Red Green Blue C M Y K H S L
Decimal 190 153 94 0 0.19 0.51 0.25 36.88 0.42 0.56
Hex BE 99 5E 0 13 33 19 25 2A 38
Octal 276 231 136 0 23 63 31 45 52 70
Binary 10111110 10011001 1011110 0 10011 110011 11001 100101 101010 111000

Color Harmonies of #BE995E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE995E

Black with #BE995E

Text Example


Text Example

White with #BE995E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE995E; }

 p { color: rgb(190,153,94); }

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

background-color css

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

 a { background-color: rgb(190,153,94); }

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

border-color css

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

 span { border-color: rgb(190,153,94); }

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