#BDAE81

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

Shades of Ecru #BDAE81

Tints of Ecru #BDAE81

Color information

#BDAE81 (or 0xBDAE81) is unknown color: approx Ecru. HEX triplet: BD, AE and 81. RGB value is (189,174,129). Sum of RGB (Red+Green+Blue) = 189+174+129=492 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.41% from 492); Green value is 174 (68.36% from 255 or 35.37% from 492); Blue value is 129 (50.78% from 255 or 26.22% from 492); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAE81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAE81 is #42517E. Grayscale: #ADADAD. Windows color (decimal): -4346239 or 8498877. OLE color: 8498877.

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

Color convert

RGB189174129-
CMYK00.080.320.26
HSL45º31.25%62.35%-
HSV(B)45º31.75%74.12%-
XYZ40.0842.6826.89-
YUV173.36102.97139.16-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.41%
GREEN value IS 174 (68.36% from 255) = 35.37%
BLUE value IS 129 (50.78% from 255) = 26.22%
R=38.41%
G=35.37%
B=26.22%

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
Decimal18917412900.080.320.264531.2562.35
HexBDAE8108201A2d1f3e
Octal2752562010104032553776
Binary101111011010111010000001010001000001101010110111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAE81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAE81; }

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

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

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

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

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

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

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

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