Html Css Color HEX #BEAA7C Ecru

📋 copy color: '#BEAA7C'

red 190 ◦ green 170 ◦ blue 124

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

Shades of Ecru #BEAA7C

Tints of Ecru #BEAA7C

RGB

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

 GREEN value IS 170 (66.8% from 255) = 35.12%

 BLUE value IS 124 (48.83% from 255) = 25.62%

R = 39.26%
G = 35.12%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#BEAA7C (or 0xBEAA7C) is known color: Ecru. HEX triplet: BE, AA and 7C. RGB value is (190,170,124). Sum of RGB (Red+Green+Blue) = 190+170+124=484 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.26% from 484); Green value is 170 (66.80% from 255 or 35.12% from 484); Blue value is 124 (48.83% from 255 or 25.62% from 484); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAA7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAA7C is #415583. Grayscale: #AAAAAA. Windows color (decimal): -4281732 or 8170174. OLE color: 8170174.

HSL color Cylindrical-coordinate representation of color #BEAA7C: hue angle of 41.82º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BEAA7C is Cyan = 0, Magento = 0.11, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 170 124 -
CMYK 0 0.11 0.35 0.25
HSL 41.82º 0.34% 0.62% -
HSV(B) 41.82º 0.35% 0.75% -
XYZ 39.25 41.15 24.94 -
YUV 170.74 101.63 141.74 -
System Red Green Blue C M Y K H S L
Decimal 190 170 124 0 0.11 0.35 0.25 41.82 0.34 0.62
Hex BE AA 7C 0 B 23 19 2A 22 3E
Octal 276 252 174 0 13 43 31 52 42 76
Binary 10111110 10101010 1111100 0 1011 100011 11001 101010 100010 111110

Color Harmonies of #BEAA7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAA7C

Black with #BEAA7C

Text Example


Text Example

White with #BEAA7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAA7C; }

 p { color: rgb(190,170,124); }

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

background-color css

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

 a { background-color: rgb(190,170,124); }

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

border-color css

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

 span { border-color: rgb(190,170,124); }

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