#BDAE80

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

Shades of Ecru #BDAE80

Tints of Ecru #BDAE80

Color information

#BDAE80 (or 0xBDAE80) is unknown color: approx Ecru. HEX triplet: BD, AE and 80. RGB value is (189,174,128). Sum of RGB (Red+Green+Blue) = 189+174+128=491 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.49% from 491); Green value is 174 (68.36% from 255 or 35.44% from 491); Blue value is 128 (50.39% from 255 or 26.07% from 491); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAE80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAE80 is #42517F. Grayscale: #ADADAD. Windows color (decimal): -4346240 or 8433341. OLE color: 8433341.

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

Color convert

RGB189174128-
CMYK00.080.320.26
HSL45.25º31.61%62.16%-
HSV(B)45.25º32.28%74.12%-
XYZ40.0242.6526.55-
YUV173.24102.47139.24-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.49%
GREEN value IS 174 (68.36% from 255) = 35.44%
BLUE value IS 128 (50.39% from 255) = 26.07%
R=38.49%
G=35.44%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917412800.080.320.2645.2531.6162.16
HexBDAE8008201A2d203e
Octal2752562000104032554076
Binary1011110110101110100000000100010000011010101101100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAE80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAE80; }

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

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

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

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

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

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

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

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