#BEB280

Color #BEB280 Ecru (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ecru #BEB280

Tints of Ecru #BEB280

Color information

#BEB280 (or 0xBEB280) is unknown color: approx 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

RGB190178128-
CMYK00.060.330.25
HSL48.39º32.29%62.35%-
HSV(B)48.39º32.63%74.51%-
XYZ41.0544.3526.82-
YUV175.89100.98138.07-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017812800.060.330.2548.3932.2962.35
HexBEB28006211930203e
Octal276262200064131604076
Binary101111101011001010000000011010000111001110000100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>