Html Css Color HEX #BEB280 Ecru

📋 copy color: '#BEB280'

red 190 ◦ green 178 ◦ blue 128

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

Shades of Ecru #BEB280

Tints of Ecru #BEB280

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.89%

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

R = 38.31%
G = 35.89%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#BEB280 (or 0xBEB280) is known color: Ecru. HEX triplet: BE, B2 and 80. RGB value is (190,178,128). Sum of RGB (Red+Green+Blue) = 190+178+128=496 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.31% from 496); Green value is 178 (69.92% from 255 or 35.89% from 496); Blue value is 128 (50.39% from 255 or 25.81% from 496); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB280 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB280 is #414D7F. Grayscale: #B0B0B0. Windows color (decimal): -4279680 or 8434366. OLE color: 8434366.

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

Color convert

RGB 190 178 128 -
CMYK 0 0.06 0.33 0.25
HSL 48.39º 0.32% 0.62% -
HSV(B) 48.39º 0.33% 0.75% -
XYZ 41.05 44.35 26.82 -
YUV 175.89 100.98 138.07 -
System Red Green Blue C M Y K H S L
Decimal 190 178 128 0 0.06 0.33 0.25 48.39 0.32 0.62
Hex BE B2 80 0 6 21 19 30 20 3E
Octal 276 262 200 0 6 41 31 60 40 76
Binary 10111110 10110010 10000000 0 110 100001 11001 110000 100000 111110

Color Harmonies of #BEB280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB280

Black with #BEB280

Text Example


Text Example

White with #BEB280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB280; }

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

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

background-color css

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

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

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

border-color css

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

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

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