#BEAC75

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

Shades of Ecru #BEAC75

Tints of Ecru #BEAC75

Color information

#BEAC75 (or 0xBEAC75) is unknown color: approx Ecru. HEX triplet: BE, AC and 75. RGB value is (190,172,117). Sum of RGB (Red+Green+Blue) = 190+172+117=479 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.67% from 479); Green value is 172 (67.58% from 255 or 35.91% from 479); Blue value is 117 (46.09% from 255 or 24.43% from 479); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAC75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAC75 is #41538A. Grayscale: #ABABAB. Windows color (decimal): -4281227 or 7711934. OLE color: 7711934.

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

Color convert

RGB190172117-
CMYK00.090.380.25
HSL45.21º35.96%60.2%-
HSV(B)45.21º38.42%74.51%-
XYZ39.241.7422.82-
YUV171.1197.46141.47-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.67%
GREEN value IS 172 (67.58% from 255) = 35.91%
BLUE value IS 117 (46.09% from 255) = 24.43%
R=39.67%
G=35.91%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017211700.090.380.2545.2135.9660.2
HexBEAC750926192d243c
Octal2762541650114631554474
Binary101111101010110011101010100110011011001101101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAC75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAC75; }

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

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

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

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

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

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

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

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