Html Css Color HEX #BEA46E Fallow

📋 copy color: '#BEA46E'

red 190 ◦ green 164 ◦ blue 110

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

Shades of Fallow #BEA46E

Tints of Fallow #BEA46E

RGB

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

 GREEN value IS 164 (64.45% from 255) = 35.34%

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

R = 40.95%
G = 35.34%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#BEA46E (or 0xBEA46E) is known color: Fallow. HEX triplet: BE, A4 and 6E. RGB value is (190,164,110). Sum of RGB (Red+Green+Blue) = 190+164+110=464 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.95% from 464); Green value is 164 (64.45% from 255 or 35.34% from 464); Blue value is 110 (43.36% from 255 or 23.71% from 464); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA46E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA46E is #415B91. Grayscale: #A5A5A5. Windows color (decimal): -4283282 or 7251134. OLE color: 7251134.

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

Color convert

RGB 190 164 110 -
CMYK 0 0.14 0.42 0.25
HSL 40.5º 0.38% 0.59% -
HSV(B) 40.5º 0.42% 0.75% -
XYZ 37.33 38.62 20.24 -
YUV 165.62 96.61 145.39 -
System Red Green Blue C M Y K H S L
Decimal 190 164 110 0 0.14 0.42 0.25 40.5 0.38 0.59
Hex BE A4 6E 0 E 2A 19 28 26 3B
Octal 276 244 156 0 16 52 31 50 46 73
Binary 10111110 10100100 1101110 0 1110 101010 11001 101000 100110 111011

Color Harmonies of #BEA46E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA46E

Black with #BEA46E

Text Example


Text Example

White with #BEA46E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA46E; }

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

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

background-color css

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

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

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

border-color css

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

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

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