#BEAD71

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

Shades of Ecru #BEAD71

Tints of Ecru #BEAD71

Color information

#BEAD71 (or 0xBEAD71) is unknown color: approx Ecru. HEX triplet: BE, AD and 71. RGB value is (190,173,113). Sum of RGB (Red+Green+Blue) = 190+173+113=476 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.92% from 476); Green value is 173 (67.97% from 255 or 36.34% from 476); Blue value is 113 (44.53% from 255 or 23.74% from 476); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAD71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAD71 is #41528E. Grayscale: #ABABAB. Windows color (decimal): -4280975 or 7450046. OLE color: 7450046.

HSL color Cylindrical-coordinate representation of color #BEAD71: hue angle of 46.75º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BEAD71 is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB190173113-
CMYK00.090.410.25
HSL46.75º37.2%59.41%-
HSV(B)46.75º40.53%74.51%-
XYZ39.1642.0321.67-
YUV171.2495.13141.38-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.92%
GREEN value IS 173 (67.97% from 255) = 36.34%
BLUE value IS 113 (44.53% from 255) = 23.74%
R=39.92%
G=36.34%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017311300.090.410.2546.7537.259.41
HexBEAD710929192f253b
Octal2762551610115131574573
Binary101111101010110111100010100110100111001101111100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAD71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAD71; }

 p { color: rgb(190,173,113); }

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

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

 a { background-color: rgb(190,173,113); }

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

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

 span { border-color: rgb(190,173,113); }

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