#BDAC7E

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

Shades of Ecru #BDAC7E

Tints of Ecru #BDAC7E

Color information

#BDAC7E (or 0xBDAC7E) is unknown color: approx Ecru. HEX triplet: BD, AC and 7E. RGB value is (189,172,126). Sum of RGB (Red+Green+Blue) = 189+172+126=487 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.81% from 487); Green value is 172 (67.58% from 255 or 35.32% from 487); Blue value is 126 (49.61% from 255 or 25.87% from 487); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAC7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAC7E is #425381. Grayscale: #ACACAC. Windows color (decimal): -4346754 or 8301757. OLE color: 8301757.

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

Color convert

RGB189172126-
CMYK00.090.330.26
HSL43.81º32.31%61.76%-
HSV(B)43.81º33.33%74.12%-
XYZ39.541.8325.73-
YUV171.84102.13140.24-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.81%
GREEN value IS 172 (67.58% from 255) = 35.32%
BLUE value IS 126 (49.61% from 255) = 25.87%
R=38.81%
G=35.32%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.33
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917212600.090.330.2643.8132.3161.76
HexBDAC7E09211A2c203e
Octal2752541760114132544076
Binary101111011010110011111100100110000111010101100100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAC7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAC7E; }

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

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

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

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

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

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

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

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