#BDAD73

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

Shades of Ecru #BDAD73

Tints of Ecru #BDAD73

Color information

#BDAD73 (or 0xBDAD73) is unknown color: approx Ecru. HEX triplet: BD, AD and 73. RGB value is (189,173,115). Sum of RGB (Red+Green+Blue) = 189+173+115=477 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.62% from 477); Green value is 173 (67.97% from 255 or 36.27% from 477); Blue value is 115 (45.31% from 255 or 24.11% from 477); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAD73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAD73 is #42528C. Grayscale: #ABABAB. Windows color (decimal): -4346509 or 7581117. OLE color: 7581117.

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

Color convert

RGB189173115-
CMYK00.080.390.26
HSL47.03º35.92%59.61%-
HSV(B)47.03º39.15%74.12%-
XYZ39.0241.9422.26-
YUV171.1796.3140.72-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.62%
GREEN value IS 173 (67.97% from 255) = 36.27%
BLUE value IS 115 (45.31% from 255) = 24.11%
R=39.62%
G=36.27%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917311500.080.390.2647.0335.9259.61
HexBDAD7308271A2f243c
Octal2752551630104732574474
Binary101111011010110111100110100010011111010101111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAD73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAD73; }

 p { color: rgb(189,173,115); }

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

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

 a { background-color: rgb(189,173,115); }

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

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

 span { border-color: rgb(189,173,115); }

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