#BEAD7D

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

Shades of Ecru #BEAD7D

Tints of Ecru #BEAD7D

Color information

#BEAD7D (or 0xBEAD7D) is unknown color: approx Ecru. HEX triplet: BE, AD and 7D. RGB value is (190,173,125). Sum of RGB (Red+Green+Blue) = 190+173+125=488 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.93% from 488); Green value is 173 (67.97% from 255 or 35.45% from 488); Blue value is 125 (49.22% from 255 or 25.61% from 488); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAD7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAD7D is #415282. Grayscale: #ACACAC. Windows color (decimal): -4280963 or 8236478. OLE color: 8236478.

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

Color convert

RGB190173125-
CMYK00.090.340.25
HSL44.31º33.33%61.76%-
HSV(B)44.31º34.21%74.51%-
XYZ39.8842.3125.47-
YUV172.61101.13140.4-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.93%
GREEN value IS 173 (67.97% from 255) = 35.45%
BLUE value IS 125 (49.22% from 255) = 25.61%
R=38.93%
G=35.45%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017312500.090.340.2544.3133.3361.76
HexBEAD7D0922192c213e
Octal2762551750114231544176
Binary101111101010110111111010100110001011001101100100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAD7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAD7D; }

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

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

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

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

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

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

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

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