Html Css Color HEX #BEAE7D Ecru

📋 copy color: '#BEAE7D'

red 190 ◦ green 174 ◦ blue 125

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

Shades of Ecru #BEAE7D

Tints of Ecru #BEAE7D

RGB

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

 GREEN value IS 174 (68.36% from 255) = 35.58%

 BLUE value IS 125 (49.22% from 255) = 25.56%

R = 38.85%
G = 35.58%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BEAE7D (or 0xBEAE7D) is known color: Ecru. HEX triplet: BE, AE and 7D. RGB value is (190,174,125). Sum of RGB (Red+Green+Blue) = 190+174+125=489 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.85% from 489); Green value is 174 (68.36% from 255 or 35.58% from 489); Blue value is 125 (49.22% from 255 or 25.56% from 489); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAE7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAE7D is #415182. Grayscale: #ADADAD. Windows color (decimal): -4280707 or 8236734. OLE color: 8236734.

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

Color convert

RGB 190 174 125 -
CMYK 0 0.08 0.34 0.25
HSL 45.23º 0.33% 0.62% -
HSV(B) 45.23º 0.34% 0.75% -
XYZ 40.07 42.7 25.53 -
YUV 173.2 100.8 139.98 -
System Red Green Blue C M Y K H S L
Decimal 190 174 125 0 0.08 0.34 0.25 45.23 0.33 0.62
Hex BE AE 7D 0 8 22 19 2D 21 3E
Octal 276 256 175 0 10 42 31 55 41 76
Binary 10111110 10101110 1111101 0 1000 100010 11001 101101 100001 111110

Color Harmonies of #BEAE7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAE7D

Black with #BEAE7D

Text Example


Text Example

White with #BEAE7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAE7D; }

 p { color: rgb(190,174,125); }

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

background-color css

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

 a { background-color: rgb(190,174,125); }

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

border-color css

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

 span { border-color: rgb(190,174,125); }

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