#BEAD77

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

Shades of Ecru #BEAD77

Tints of Ecru #BEAD77

Color information

#BEAD77 (or 0xBEAD77) is unknown color: approx Ecru. HEX triplet: BE, AD and 77. RGB value is (190,173,119). Sum of RGB (Red+Green+Blue) = 190+173+119=482 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.42% from 482); Green value is 173 (67.97% from 255 or 35.89% from 482); Blue value is 119 (46.88% from 255 or 24.69% from 482); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAD77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAD77 is #415288. Grayscale: #ACACAC. Windows color (decimal): -4280969 or 7843262. OLE color: 7843262.

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

Color convert

RGB190173119-
CMYK00.090.370.25
HSL45.63º35.32%60.59%-
HSV(B)45.63º37.37%74.51%-
XYZ39.5142.1723.51-
YUV171.9398.13140.89-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.42%
GREEN value IS 173 (67.97% from 255) = 35.89%
BLUE value IS 119 (46.88% from 255) = 24.69%
R=39.42%
G=35.89%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017311900.090.370.2545.6335.3260.59
HexBEAD770925192e233d
Octal2762551670114531564375
Binary101111101010110111101110100110010111001101110100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAD77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAD77; }

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

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

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

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

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

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

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

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