#BDAE82

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

Shades of Ecru #BDAE82

Tints of Ecru #BDAE82

Color information

#BDAE82 (or 0xBDAE82) is unknown color: approx Ecru. HEX triplet: BD, AE and 82. RGB value is (189,174,130). Sum of RGB (Red+Green+Blue) = 189+174+130=493 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.34% from 493); Green value is 174 (68.36% from 255 or 35.29% from 493); Blue value is 130 (51.17% from 255 or 26.37% from 493); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAE82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAE82 is #42517D. Grayscale: #ADADAD. Windows color (decimal): -4346238 or 8564413. OLE color: 8564413.

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

Color convert

RGB189174130-
CMYK00.080.310.26
HSL44.75º30.89%62.55%-
HSV(B)44.75º31.22%74.12%-
XYZ40.1542.727.25-
YUV173.47103.47139.08-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.34%
GREEN value IS 174 (68.36% from 255) = 35.29%
BLUE value IS 130 (51.17% from 255) = 26.37%
R=38.34%
G=35.29%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.31
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917413000.080.310.2644.7530.8962.55
HexBDAE82081F1A2d1f3f
Octal2752562020103732553777
Binary10111101101011101000001001000111111101010110111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAE82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAE82; }

 p { color: rgb(189,174,130); }

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

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

 a { background-color: rgb(189,174,130); }

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

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

 span { border-color: rgb(189,174,130); }

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