#BDAD7C

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

Shades of Ecru #BDAD7C

Tints of Ecru #BDAD7C

Color information

#BDAD7C (or 0xBDAD7C) is unknown color: approx Ecru. HEX triplet: BD, AD and 7C. RGB value is (189,173,124). Sum of RGB (Red+Green+Blue) = 189+173+124=486 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.89% from 486); Green value is 173 (67.97% from 255 or 35.60% from 486); Blue value is 124 (48.83% from 255 or 25.51% from 486); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAD7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAD7C is #425283. Grayscale: #ACACAC. Windows color (decimal): -4346500 or 8170941. OLE color: 8170941.

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

Color convert

RGB189173124-
CMYK00.080.340.26
HSL45.23º32.99%61.37%-
HSV(B)45.23º34.39%74.12%-
XYZ39.5742.1625.12-
YUV172.2100.8139.98-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.89%
GREEN value IS 173 (67.97% from 255) = 35.60%
BLUE value IS 124 (48.83% from 255) = 25.51%
R=38.89%
G=35.60%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917312400.080.340.2645.2332.9961.37
HexBDAD7C08221A2d213d
Octal2752551740104232554175
Binary101111011010110111111000100010001011010101101100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAD7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAD7C; }

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

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

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

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

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

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

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

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