Html Css Color HEX #BEA16E Fallow

📋 copy color: '#BEA16E'

red 190 ◦ green 161 ◦ blue 110

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

Shades of Fallow #BEA16E

Tints of Fallow #BEA16E

RGB

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

 GREEN value IS 161 (63.28% from 255) = 34.92%

 BLUE value IS 110 (43.36% from 255) = 23.86%

R = 41.21%
G = 34.92%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#BEA16E (or 0xBEA16E) is known color: Fallow. HEX triplet: BE, A1 and 6E. RGB value is (190,161,110). Sum of RGB (Red+Green+Blue) = 190+161+110=461 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.21% from 461); Green value is 161 (63.28% from 255 or 34.92% from 461); Blue value is 110 (43.36% from 255 or 23.86% from 461); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA16E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA16E is #415E91. Grayscale: #A4A4A4. Windows color (decimal): -4284050 or 7250366. OLE color: 7250366.

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

Color convert

RGB 190 161 110 -
CMYK 0 0.15 0.42 0.25
HSL 38.25º 0.38% 0.59% -
HSV(B) 38.25º 0.42% 0.75% -
XYZ 36.79 37.56 20.06 -
YUV 163.86 97.61 146.65 -
System Red Green Blue C M Y K H S L
Decimal 190 161 110 0 0.15 0.42 0.25 38.25 0.38 0.59
Hex BE A1 6E 0 F 2A 19 26 26 3B
Octal 276 241 156 0 17 52 31 46 46 73
Binary 10111110 10100001 1101110 0 1111 101010 11001 100110 100110 111011

Color Harmonies of #BEA16E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA16E

Black with #BEA16E

Text Example


Text Example

White with #BEA16E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA16E; }

 p { color: rgb(190,161,110); }

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

background-color css

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

 a { background-color: rgb(190,161,110); }

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

border-color css

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

 span { border-color: rgb(190,161,110); }

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