Html Css Color HEX #BEB480 Ecru

📋 copy color: '#BEB480'

red 190 ◦ green 180 ◦ blue 128

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

Shades of Ecru #BEB480

Tints of Ecru #BEB480

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.14%

 BLUE value IS 128 (50.39% from 255) = 25.7%

R = 38.15%
G = 36.14%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#BEB480 (or 0xBEB480) is known color: Ecru. HEX triplet: BE, B4 and 80. RGB value is (190,180,128). Sum of RGB (Red+Green+Blue) = 190+180+128=498 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.15% from 498); Green value is 180 (70.70% from 255 or 36.14% from 498); Blue value is 128 (50.39% from 255 or 25.70% from 498); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB480 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB480 is #414B7F. Grayscale: #B1B1B1. Windows color (decimal): -4279168 or 8434878. OLE color: 8434878.

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

Color convert

RGB 190 180 128 -
CMYK 0 0.05 0.33 0.25
HSL 50.32º 0.32% 0.62% -
HSV(B) 50.32º 0.33% 0.75% -
XYZ 41.45 45.15 26.95 -
YUV 177.06 100.31 137.23 -
System Red Green Blue C M Y K H S L
Decimal 190 180 128 0 0.05 0.33 0.25 50.32 0.32 0.62
Hex BE B4 80 0 5 21 19 32 20 3E
Octal 276 264 200 0 5 41 31 62 40 76
Binary 10111110 10110100 10000000 0 101 100001 11001 110010 100000 111110

Color Harmonies of #BEB480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB480

Black with #BEB480

Text Example


Text Example

White with #BEB480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB480; }

 p { color: rgb(190,180,128); }

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

background-color css

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

 a { background-color: rgb(190,180,128); }

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

border-color css

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

 span { border-color: rgb(190,180,128); }

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