#BEAD81

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

Shades of Ecru #BEAD81

Tints of Ecru #BEAD81

Color information

#BEAD81 (or 0xBEAD81) is unknown color: approx Ecru. HEX triplet: BE, AD and 81. RGB value is (190,173,129). Sum of RGB (Red+Green+Blue) = 190+173+129=492 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.62% from 492); Green value is 173 (67.97% from 255 or 35.16% from 492); Blue value is 129 (50.78% from 255 or 26.22% from 492); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAD81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAD81 is #41527E. Grayscale: #ADADAD. Windows color (decimal): -4280959 or 8498622. OLE color: 8498622.

HSL color Cylindrical-coordinate representation of color #BEAD81: hue angle of 43.28º 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 #BEAD81 is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB190173129-
CMYK00.090.320.25
HSL43.28º31.94%62.55%-
HSV(B)43.28º32.11%74.51%-
XYZ40.1442.4226.84-
YUV173.07103.13140.08-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.62%
GREEN value IS 173 (67.97% from 255) = 35.16%
BLUE value IS 129 (50.78% from 255) = 26.22%
R=38.62%
G=35.16%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017312900.090.320.2543.2831.9462.55
HexBEAD810920192b203f
Octal2762552010114031534077
Binary1011111010101101100000010100110000011001101011100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAD81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAD81; }

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

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

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

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

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

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

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

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