#BDAC71

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

Shades of Ecru #BDAC71

Tints of Ecru #BDAC71

Color information

#BDAC71 (or 0xBDAC71) is unknown color: approx Ecru. HEX triplet: BD, AC and 71. RGB value is (189,172,113). Sum of RGB (Red+Green+Blue) = 189+172+113=474 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.87% from 474); Green value is 172 (67.58% from 255 or 36.29% from 474); Blue value is 113 (44.53% from 255 or 23.84% from 474); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAC71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAC71 is #42538E. Grayscale: #AAAAAA. Windows color (decimal): -4346767 or 7449789. OLE color: 7449789.

HSL color Cylindrical-coordinate representation of color #BDAC71: hue angle of 46.58º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BDAC71 is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB189172113-
CMYK00.090.400.26
HSL46.58º36.54%59.22%-
HSV(B)46.58º40.21%74.12%-
XYZ38.7241.5221.6-
YUV170.3695.63141.3-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.87%
GREEN value IS 172 (67.58% from 255) = 36.29%
BLUE value IS 113 (44.53% from 255) = 23.84%
R=39.87%
G=36.29%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917211300.090.400.2646.5836.5459.22
HexBDAC7109281A2f253b
Octal2752541610115032574573
Binary101111011010110011100010100110100011010101111100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAC71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAC71; }

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

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

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

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

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

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

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

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