Html Css Color HEX #BE995C Barley Corn

📋 copy color: '#BE995C'

red 190 ◦ green 153 ◦ blue 92

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

Shades of Barley Corn #BE995C

Tints of Barley Corn #BE995C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 21.15%

R = 43.68%
G = 35.17%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#BE995C (or 0xBE995C) is known color: Barley Corn. HEX triplet: BE, 99 and 5C. RGB value is (190,153,92). Sum of RGB (Red+Green+Blue) = 190+153+92=435 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.68% from 435); Green value is 153 (60.16% from 255 or 35.17% from 435); Blue value is 92 (36.33% from 255 or 21.15% from 435); Max value from RGB is 190 - color contains mainly: red. Hex color #BE995C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE995C is #4166A3. Grayscale: #9D9D9D. Windows color (decimal): -4286116 or 6068670. OLE color: 6068670.

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

Color convert

RGB 190 153 92 -
CMYK 0 0.19 0.52 0.25
HSL 37.35º 0.43% 0.55% -
HSV(B) 37.35º 0.52% 0.75% -
XYZ 34.56 34.5 14.96 -
YUV 157.11 91.26 151.46 -
System Red Green Blue C M Y K H S L
Decimal 190 153 92 0 0.19 0.52 0.25 37.35 0.43 0.55
Hex BE 99 5C 0 13 34 19 25 2B 37
Octal 276 231 134 0 23 64 31 45 53 67
Binary 10111110 10011001 1011100 0 10011 110100 11001 100101 101011 110111

Color Harmonies of #BE995C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE995C

Black with #BE995C

Text Example


Text Example

White with #BE995C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE995C; }

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

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

background-color css

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

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

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

border-color css

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

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

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