#BDAC79

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

Shades of Ecru #BDAC79

Tints of Ecru #BDAC79

Color information

#BDAC79 (or 0xBDAC79) is unknown color: approx Ecru. HEX triplet: BD, AC and 79. RGB value is (189,172,121). Sum of RGB (Red+Green+Blue) = 189+172+121=482 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.21% from 482); Green value is 172 (67.58% from 255 or 35.68% from 482); Blue value is 121 (47.66% from 255 or 25.10% from 482); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAC79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAC79 is #425386. Grayscale: #ABABAB. Windows color (decimal): -4346759 or 7974077. OLE color: 7974077.

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

Color convert

RGB189172121-
CMYK00.090.360.26
HSL45º34%60.78%-
HSV(B)45º35.98%74.12%-
XYZ39.1941.724.07-
YUV171.2799.63140.65-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.21%
GREEN value IS 172 (67.58% from 255) = 35.68%
BLUE value IS 121 (47.66% from 255) = 25.10%
R=39.21%
G=35.68%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.36
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917212100.090.360.26453460.78
HexBDAC7909241A2d223d
Octal2752541710114432554275
Binary101111011010110011110010100110010011010101101100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAC79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAC79; }

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

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

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

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

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

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

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

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