#BDAC72

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

Shades of Ecru #BDAC72

Tints of Ecru #BDAC72

Color information

#BDAC72 (or 0xBDAC72) is unknown color: approx Ecru. HEX triplet: BD, AC and 72. RGB value is (189,172,114). Sum of RGB (Red+Green+Blue) = 189+172+114=475 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.79% from 475); Green value is 172 (67.58% from 255 or 36.21% from 475); Blue value is 114 (44.92% from 255 or 24% from 475); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAC72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAC72 is #42538D. Grayscale: #AAAAAA. Windows color (decimal): -4346766 or 7515325. OLE color: 7515325.

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

Color convert

RGB189172114-
CMYK00.090.400.26
HSL46.4º36.23%59.41%-
HSV(B)46.4º39.68%74.12%-
XYZ38.7841.5421.89-
YUV170.4796.13141.22-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.79%
GREEN value IS 172 (67.58% from 255) = 36.21%
BLUE value IS 114 (44.92% from 255) = 24%
R=39.79%
G=36.21%
B=24%

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
Decimal18917211400.090.400.2646.436.2359.41
HexBDAC7209281A2e243b
Octal2752541620115032564473
Binary101111011010110011100100100110100011010101110100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAC72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAC72; }

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

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

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

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

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

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

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

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