#BDAD75

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

Shades of Ecru #BDAD75

Tints of Ecru #BDAD75

Color information

#BDAD75 (or 0xBDAD75) is unknown color: approx Ecru. HEX triplet: BD, AD and 75. RGB value is (189,173,117). Sum of RGB (Red+Green+Blue) = 189+173+117=479 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.46% from 479); Green value is 173 (67.97% from 255 or 36.12% from 479); Blue value is 117 (46.09% from 255 or 24.43% from 479); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAD75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAD75 is #42528A. Grayscale: #ABABAB. Windows color (decimal): -4346507 or 7712189. OLE color: 7712189.

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

Color convert

RGB189173117-
CMYK00.080.380.26
HSL46.67º35.29%60%-
HSV(B)46.67º38.1%74.12%-
XYZ39.1441.9922.87-
YUV171.497.3140.55-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.46%
GREEN value IS 173 (67.97% from 255) = 36.12%
BLUE value IS 117 (46.09% from 255) = 24.43%
R=39.46%
G=36.12%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917311700.080.380.2646.6735.2960
HexBDAD7508261A2f233c
Octal2752551650104632574374
Binary101111011010110111101010100010011011010101111100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAD75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAD75; }

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

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

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

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

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

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

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

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