Html Css Color HEX #BEA470 Fallow

📋 copy color: '#BEA470'

red 190 ◦ green 164 ◦ blue 112

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

Shades of Fallow #BEA470

Tints of Fallow #BEA470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 24.03%

R = 40.77%
G = 35.19%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BEA470 (or 0xBEA470) is known color: Fallow. HEX triplet: BE, A4 and 70. RGB value is (190,164,112). Sum of RGB (Red+Green+Blue) = 190+164+112=466 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.77% from 466); Green value is 164 (64.45% from 255 or 35.19% from 466); Blue value is 112 (44.14% from 255 or 24.03% from 466); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA470 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA470 is #415B8F. Grayscale: #A6A6A6. Windows color (decimal): -4283280 or 7382206. OLE color: 7382206.

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

Color convert

RGB 190 164 112 -
CMYK 0 0.14 0.41 0.25
HSL 40º 0.38% 0.59% -
HSV(B) 40º 0.41% 0.75% -
XYZ 37.44 38.67 20.82 -
YUV 165.85 97.61 145.23 -
System Red Green Blue C M Y K H S L
Decimal 190 164 112 0 0.14 0.41 0.25 40 0.38 0.59
Hex BE A4 70 0 E 29 19 28 26 3B
Octal 276 244 160 0 16 51 31 50 46 73
Binary 10111110 10100100 1110000 0 1110 101001 11001 101000 100110 111011

Color Harmonies of #BEA470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA470

Black with #BEA470

Text Example


Text Example

White with #BEA470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA470; }

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

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

background-color css

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

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

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

border-color css

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

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

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