#BDAC7C

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

Shades of Ecru #BDAC7C

Tints of Ecru #BDAC7C

Color information

#BDAC7C (or 0xBDAC7C) is unknown color: approx Ecru. HEX triplet: BD, AC and 7C. RGB value is (189,172,124). Sum of RGB (Red+Green+Blue) = 189+172+124=485 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.97% from 485); Green value is 172 (67.58% from 255 or 35.46% from 485); Blue value is 124 (48.83% from 255 or 25.57% from 485); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAC7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAC7C is #425383. Grayscale: #ABABAB. Windows color (decimal): -4346756 or 8170685. OLE color: 8170685.

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

Color convert

RGB189172124-
CMYK00.090.340.26
HSL44.31º32.99%61.37%-
HSV(B)44.31º34.39%74.12%-
XYZ39.3841.7825.06-
YUV171.61101.13140.4-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.97%
GREEN value IS 172 (67.58% from 255) = 35.46%
BLUE value IS 124 (48.83% from 255) = 25.57%
R=38.97%
G=35.46%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917212400.090.340.2644.3132.9961.37
HexBDAC7C09221A2c213d
Octal2752541740114232544175
Binary101111011010110011111000100110001011010101100100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAC7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAC7C; }

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

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

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

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

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

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

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

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