#BEAF84

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

Shades of Ecru #BEAF84

Tints of Ecru #BEAF84

Color information

#BEAF84 (or 0xBEAF84) is unknown color: approx Ecru. HEX triplet: BE, AF and 84. RGB value is (190,175,132). Sum of RGB (Red+Green+Blue) = 190+175+132=497 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.23% from 497); Green value is 175 (68.75% from 255 or 35.21% from 497); Blue value is 132 (51.95% from 255 or 26.56% from 497); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAF84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAF84 is #41507B. Grayscale: #AEAEAE. Windows color (decimal): -4280444 or 8695742. OLE color: 8695742.

HSL color Cylindrical-coordinate representation of color #BEAF84: hue angle of 44.48º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BEAF84 is Cyan = 0, Magento = 0.08, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB190175132-
CMYK00.080.310.25
HSL44.48º30.85%63.14%-
HSV(B)44.48º30.53%74.51%-
XYZ40.7343.2728.04-
YUV174.58103.97139-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.23%
GREEN value IS 175 (68.75% from 255) = 35.21%
BLUE value IS 132 (51.95% from 255) = 26.56%
R=38.23%
G=35.21%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017513200.080.310.2544.4830.8563.14
HexBEAF84081F192c1f3f
Octal2762572040103731543777
Binary10111110101011111000010001000111111100110110011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAF84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAF84; }

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

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

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

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

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

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

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

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