Html Css Color HEX #BEAD74 Ecru

📋 copy color: '#BEAD74'

red 190 ◦ green 173 ◦ blue 116

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

Shades of Ecru #BEAD74

Tints of Ecru #BEAD74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 24.22%

R = 39.67%
G = 36.12%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#BEAD74 (or 0xBEAD74) is known color: Ecru. HEX triplet: BE, AD and 74. RGB value is (190,173,116). Sum of RGB (Red+Green+Blue) = 190+173+116=479 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.67% from 479); Green value is 173 (67.97% from 255 or 36.12% from 479); Blue value is 116 (45.70% from 255 or 24.22% from 479); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAD74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAD74 is #41528B. Grayscale: #ABABAB. Windows color (decimal): -4280972 or 7646654. OLE color: 7646654.

HSL color Cylindrical-coordinate representation of color #BEAD74: hue angle of 46.22º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BEAD74 is Cyan = 0, Magento = 0.09, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 173 116 -
CMYK 0 0.09 0.39 0.25
HSL 46.22º 0.36% 0.6% -
HSV(B) 46.22º 0.39% 0.75% -
XYZ 39.33 42.1 22.58 -
YUV 171.59 96.63 141.13 -
System Red Green Blue C M Y K H S L
Decimal 190 173 116 0 0.09 0.39 0.25 46.22 0.36 0.6
Hex BE AD 74 0 9 27 19 2E 24 3C
Octal 276 255 164 0 11 47 31 56 44 74
Binary 10111110 10101101 1110100 0 1001 100111 11001 101110 100100 111100

Color Harmonies of #BEAD74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAD74

Black with #BEAD74

Text Example


Text Example

White with #BEAD74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAD74; }

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

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

background-color css

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

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

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

border-color css

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

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

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