Html Css Color HEX #BEA976 Ecru

📋 copy color: '#BEA976'

red 190 ◦ green 169 ◦ blue 118

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

Shades of Ecru #BEA976

Tints of Ecru #BEA976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 24.74%

R = 39.83%
G = 35.43%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#BEA976 (or 0xBEA976) is known color: Ecru. HEX triplet: BE, A9 and 76. RGB value is (190,169,118). Sum of RGB (Red+Green+Blue) = 190+169+118=477 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.83% from 477); Green value is 169 (66.41% from 255 or 35.43% from 477); Blue value is 118 (46.48% from 255 or 24.74% from 477); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA976 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA976 is #415689. Grayscale: #A9A9A9. Windows color (decimal): -4281994 or 7776702. OLE color: 7776702.

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

Color convert

RGB 190 169 118 -
CMYK 0 0.11 0.38 0.25
HSL 42.5º 0.36% 0.6% -
HSV(B) 42.5º 0.38% 0.75% -
XYZ 38.69 40.63 22.94 -
YUV 169.47 98.96 142.65 -
System Red Green Blue C M Y K H S L
Decimal 190 169 118 0 0.11 0.38 0.25 42.5 0.36 0.6
Hex BE A9 76 0 B 26 19 2A 24 3C
Octal 276 251 166 0 13 46 31 52 44 74
Binary 10111110 10101001 1110110 0 1011 100110 11001 101010 100100 111100

Color Harmonies of #BEA976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA976

Black with #BEA976

Text Example


Text Example

White with #BEA976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA976; }

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

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

background-color css

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

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

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

border-color css

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

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

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