Html Css Color HEX #BEA978 Ecru

📋 copy color: '#BEA978'

red 190 ◦ green 169 ◦ blue 120

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

Shades of Ecru #BEA978

Tints of Ecru #BEA978

RGB

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

 GREEN value IS 169 (66.41% from 255) = 35.28%

 BLUE value IS 120 (47.27% from 255) = 25.05%

R = 39.67%
G = 35.28%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#BEA978 (or 0xBEA978) is known color: Ecru. HEX triplet: BE, A9 and 78. RGB value is (190,169,120). Sum of RGB (Red+Green+Blue) = 190+169+120=479 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.67% from 479); Green value is 169 (66.41% from 255 or 35.28% from 479); Blue value is 120 (47.27% from 255 or 25.05% from 479); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA978 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA978 is #415687. Grayscale: #A9A9A9. Windows color (decimal): -4281992 or 7907774. OLE color: 7907774.

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

Color convert

RGB 190 169 120 -
CMYK 0 0.11 0.37 0.25
HSL 42º 0.35% 0.61% -
HSV(B) 42º 0.37% 0.75% -
XYZ 38.81 40.68 23.58 -
YUV 169.69 99.96 142.48 -
System Red Green Blue C M Y K H S L
Decimal 190 169 120 0 0.11 0.37 0.25 42 0.35 0.61
Hex BE A9 78 0 B 25 19 2A 23 3D
Octal 276 251 170 0 13 45 31 52 43 75
Binary 10111110 10101001 1111000 0 1011 100101 11001 101010 100011 111101

Color Harmonies of #BEA978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA978

Black with #BEA978

Text Example


Text Example

White with #BEA978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA978; }

 p { color: rgb(190,169,120); }

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

background-color css

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

 a { background-color: rgb(190,169,120); }

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

border-color css

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

 span { border-color: rgb(190,169,120); }

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