#BDB47F

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

Shades of Ecru #BDB47F

Tints of Ecru #BDB47F

Color information

#BDB47F (or 0xBDB47F) is unknown color: approx Ecru. HEX triplet: BD, B4 and 7F. RGB value is (189,180,127). Sum of RGB (Red+Green+Blue) = 189+180+127=496 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.10% from 496); Green value is 180 (70.70% from 255 or 36.29% from 496); Blue value is 127 (50% from 255 or 25.60% from 496); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB47F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB47F is #424B80. Grayscale: #B0B0B0. Windows color (decimal): -4344705 or 8369341. OLE color: 8369341.

HSL color Cylindrical-coordinate representation of color #BDB47F: hue angle of 51.29º 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 #BDB47F is Cyan = 0, Magento = 0.05, Yellow = 0.33 and Black (K on CMYK) = 0.26.

Color convert

RGB189180127-
CMYK00.050.330.26
HSL51.29º31.96%61.96%-
HSV(B)51.29º32.8%74.12%-
XYZ41.1444.9926.6-
YUV176.6599.98136.81-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.10%
GREEN value IS 180 (70.70% from 255) = 36.29%
BLUE value IS 127 (50% from 255) = 25.60%
R=38.10%
G=36.29%
B=25.60%

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
Decimal18918012700.050.330.2651.2931.9661.96
HexBDB47F05211A33203e
Octal275264177054132634076
Binary10111101101101001111111010110000111010110011100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB47F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB47F; }

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

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

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

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

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

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

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

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