#BDAE7E

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

Shades of Ecru #BDAE7E

Tints of Ecru #BDAE7E

Color information

#BDAE7E (or 0xBDAE7E) is unknown color: approx Ecru. HEX triplet: BD, AE and 7E. RGB value is (189,174,126). Sum of RGB (Red+Green+Blue) = 189+174+126=489 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.65% from 489); Green value is 174 (68.36% from 255 or 35.58% from 489); Blue value is 126 (49.61% from 255 or 25.77% from 489); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAE7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAE7E is #425181. Grayscale: #ADADAD. Windows color (decimal): -4346242 or 8302269. OLE color: 8302269.

HSL color Cylindrical-coordinate representation of color #BDAE7E: hue angle of 45.71º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BDAE7E is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.26.

Color convert

RGB189174126-
CMYK00.080.330.26
HSL45.71º32.31%61.76%-
HSV(B)45.71º33.33%74.12%-
XYZ39.8942.625.86-
YUV173.01101.47139.4-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.65%
GREEN value IS 174 (68.36% from 255) = 35.58%
BLUE value IS 126 (49.61% from 255) = 25.77%
R=38.65%
G=35.58%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.33
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917412600.080.330.2645.7132.3161.76
HexBDAE7E08211A2e203e
Octal2752561760104132564076
Binary101111011010111011111100100010000111010101110100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAE7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAE7E; }

 p { color: rgb(189,174,126); }

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

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

 a { background-color: rgb(189,174,126); }

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

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

 span { border-color: rgb(189,174,126); }

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