#BEB275

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

Shades of Ecru #BEB275

Tints of Ecru #BEB275

Color information

#BEB275 (or 0xBEB275) is unknown color: approx Ecru. HEX triplet: BE, B2 and 75. RGB value is (190,178,117). Sum of RGB (Red+Green+Blue) = 190+178+117=485 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.18% from 485); Green value is 178 (69.92% from 255 or 36.70% from 485); Blue value is 117 (46.09% from 255 or 24.12% from 485); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB275 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEB275 is #414D8A. Grayscale: #AEAEAE. Windows color (decimal): -4279691 or 7713470. OLE color: 7713470.

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

Color convert

RGB190178117-
CMYK00.060.380.25
HSL50.14º35.96%60.2%-
HSV(B)50.14º38.42%74.51%-
XYZ40.3744.0723.21-
YUV174.6395.48138.96-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.18%
GREEN value IS 178 (69.92% from 255) = 36.70%
BLUE value IS 117 (46.09% from 255) = 24.12%
R=39.18%
G=36.70%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017811700.060.380.2550.1435.9660.2
HexBEB27506261932243c
Octal276262165064631624474
Binary10111110101100101110101011010011011001110010100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB275; }

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

 H1.HeaderClassName
 {
   color: #BEB275;
 }
 .AnyTagClassName
 {
   color: #BEB275;
 }
</style>
background-color css

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

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

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

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

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

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