Html Css Color HEX #BEAD7D Ecru

📋 copy color: '#BEAD7D'

red 190 ◦ green 173 ◦ blue 125

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

Shades of Ecru #BEAD7D

Tints of Ecru #BEAD7D

RGB

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

 GREEN value IS 173 (67.97% from 255) = 35.45%

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

R = 38.93%
G = 35.45%
B = 25.61%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BEAD7D (or 0xBEAD7D) is known color: Ecru. HEX triplet: BE, AD and 7D. RGB value is (190,173,125). Sum of RGB (Red+Green+Blue) = 190+173+125=488 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.93% from 488); Green value is 173 (67.97% from 255 or 35.45% from 488); Blue value is 125 (49.22% from 255 or 25.61% from 488); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAD7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAD7D is #415282. Grayscale: #ACACAC. Windows color (decimal): -4280963 or 8236478. OLE color: 8236478.

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

Color convert

RGB 190 173 125 -
CMYK 0 0.09 0.34 0.25
HSL 44.31º 0.33% 0.62% -
HSV(B) 44.31º 0.34% 0.75% -
XYZ 39.88 42.31 25.47 -
YUV 172.61 101.13 140.4 -
System Red Green Blue C M Y K H S L
Decimal 190 173 125 0 0.09 0.34 0.25 44.31 0.33 0.62
Hex BE AD 7D 0 9 22 19 2C 21 3E
Octal 276 255 175 0 11 42 31 54 41 76
Binary 10111110 10101101 1111101 0 1001 100010 11001 101100 100001 111110

Color Harmonies of #BEAD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAD7D

Black with #BEAD7D

Text Example


Text Example

White with #BEAD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAD7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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