#BDAE7C

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

Shades of Ecru #BDAE7C

Tints of Ecru #BDAE7C

Color information

#BDAE7C (or 0xBDAE7C) is unknown color: approx Ecru. HEX triplet: BD, AE and 7C. RGB value is (189,174,124). Sum of RGB (Red+Green+Blue) = 189+174+124=487 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.81% from 487); Green value is 174 (68.36% from 255 or 35.73% from 487); Blue value is 124 (48.83% from 255 or 25.46% from 487); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAE7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAE7C is #425183. Grayscale: #ADADAD. Windows color (decimal): -4346244 or 8171197. OLE color: 8171197.

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

Color convert

RGB189174124-
CMYK00.080.340.26
HSL46.15º32.99%61.37%-
HSV(B)46.15º34.39%74.12%-
XYZ39.7642.5525.19-
YUV172.78100.47139.57-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.81%
GREEN value IS 174 (68.36% from 255) = 35.73%
BLUE value IS 124 (48.83% from 255) = 25.46%
R=38.81%
G=35.73%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917412400.080.340.2646.1532.9961.37
HexBDAE7C08221A2e213d
Octal2752561740104232564175
Binary101111011010111011111000100010001011010101110100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAE7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAE7C; }

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

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

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

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

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

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

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

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