#BDB47E

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

Shades of Ecru #BDB47E

Tints of Ecru #BDB47E

Color information

#BDB47E (or 0xBDB47E) is unknown color: approx Ecru. HEX triplet: BD, B4 and 7E. RGB value is (189,180,126). Sum of RGB (Red+Green+Blue) = 189+180+126=495 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.18% from 495); Green value is 180 (70.70% from 255 or 36.36% from 495); Blue value is 126 (49.61% from 255 or 25.45% from 495); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB47E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB47E is #424B81. Grayscale: #B0B0B0. Windows color (decimal): -4344706 or 8303805. OLE color: 8303805.

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

Color convert

RGB189180126-
CMYK00.050.330.26
HSL51.43º32.31%61.76%-
HSV(B)51.43º33.33%74.12%-
XYZ41.0744.9726.25-
YUV176.5499.48136.89-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.18%
GREEN value IS 180 (70.70% from 255) = 36.36%
BLUE value IS 126 (49.61% from 255) = 25.45%
R=38.18%
G=36.36%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.33
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918012600.050.330.2651.4332.3161.76
HexBDB47E05211A33203e
Octal275264176054132634076
Binary10111101101101001111110010110000111010110011100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB47E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB47E; }

 p { color: rgb(189,180,126); }

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

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

 a { background-color: rgb(189,180,126); }

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

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

 span { border-color: rgb(189,180,126); }

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