#BEA975

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

Shades of Ecru #BEA975

Tints of Ecru #BEA975

Color information

#BEA975 (or 0xBEA975) is unknown color: approx Ecru. HEX triplet: BE, A9 and 75. RGB value is (190,169,117). Sum of RGB (Red+Green+Blue) = 190+169+117=476 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.92% from 476); Green value is 169 (66.41% from 255 or 35.50% from 476); Blue value is 117 (46.09% from 255 or 24.58% from 476); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA975 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA975 is #41568A. Grayscale: #A9A9A9. Windows color (decimal): -4281995 or 7711166. OLE color: 7711166.

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

Color convert

RGB190169117-
CMYK00.110.380.25
HSL42.74º35.96%60.2%-
HSV(B)42.74º38.42%74.51%-
XYZ38.6340.6122.63-
YUV169.3598.46142.73-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.92%
GREEN value IS 169 (66.41% from 255) = 35.50%
BLUE value IS 117 (46.09% from 255) = 24.58%
R=39.92%
G=35.50%
B=24.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016911700.110.380.2542.7435.9660.2
HexBEA9750B26192b243c
Octal2762511650134631534474
Binary101111101010100111101010101110011011001101011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA975; }

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

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

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

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

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

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

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

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