#BEAF82

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

Shades of Ecru #BEAF82

Tints of Ecru #BEAF82

Color information

#BEAF82 (or 0xBEAF82) is unknown color: approx Ecru. HEX triplet: BE, AF and 82. RGB value is (190,175,130). Sum of RGB (Red+Green+Blue) = 190+175+130=495 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.38% from 495); Green value is 175 (68.75% from 255 or 35.35% from 495); Blue value is 130 (51.17% from 255 or 26.26% from 495); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAF82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAF82 is #41507D. Grayscale: #AEAEAE. Windows color (decimal): -4280446 or 8564670. OLE color: 8564670.

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

Color convert

RGB190175130-
CMYK00.080.320.25
HSL45º31.58%62.75%-
HSV(B)45º31.58%74.51%-
XYZ40.5943.2227.32-
YUV174.36102.97139.16-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.38%
GREEN value IS 175 (68.75% from 255) = 35.35%
BLUE value IS 130 (51.17% from 255) = 26.26%
R=38.38%
G=35.35%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017513000.080.320.254531.5862.75
HexBEAF820820192d203f
Octal2762572020104031554077
Binary1011111010101111100000100100010000011001101101100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAF82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAF82; }

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

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

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

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

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

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

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

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