#BEAF75

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

Shades of Ecru #BEAF75

Tints of Ecru #BEAF75

Color information

#BEAF75 (or 0xBEAF75) is unknown color: approx Ecru. HEX triplet: BE, AF and 75. RGB value is (190,175,117). Sum of RGB (Red+Green+Blue) = 190+175+117=482 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.42% from 482); Green value is 175 (68.75% from 255 or 36.31% from 482); Blue value is 117 (46.09% from 255 or 24.27% from 482); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAF75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAF75 is #41508A. Grayscale: #ADADAD. Windows color (decimal): -4280459 or 7712702. OLE color: 7712702.

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

Color convert

RGB190175117-
CMYK00.080.380.25
HSL47.67º35.96%60.2%-
HSV(B)47.67º38.42%74.51%-
XYZ39.7842.8923.01-
YUV172.8796.47140.22-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.42%
GREEN value IS 175 (68.75% from 255) = 36.31%
BLUE value IS 117 (46.09% from 255) = 24.27%
R=39.42%
G=36.31%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017511700.080.380.2547.6735.9660.2
HexBEAF7508261930243c
Octal2762571650104631604474
Binary101111101010111111101010100010011011001110000100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAF75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAF75; }

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

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

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

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

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

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

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

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