#BDB47A

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

Shades of Ecru #BDB47A

Tints of Ecru #BDB47A

Color information

#BDB47A (or 0xBDB47A) is unknown color: approx Ecru. HEX triplet: BD, B4 and 7A. RGB value is (189,180,122). Sum of RGB (Red+Green+Blue) = 189+180+122=491 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.49% from 491); Green value is 180 (70.70% from 255 or 36.66% from 491); Blue value is 122 (48.05% from 255 or 24.85% from 491); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB47A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB47A is #424B85. Grayscale: #B0B0B0. Windows color (decimal): -4344710 or 8041661. OLE color: 8041661.

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

Color convert

RGB189180122-
CMYK00.050.350.26
HSL51.94º33.67%60.98%-
HSV(B)51.94º35.45%74.12%-
XYZ40.8244.8724.92-
YUV176.0897.48137.22-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.49%
GREEN value IS 180 (70.70% from 255) = 36.66%
BLUE value IS 122 (48.05% from 255) = 24.85%
R=38.49%
G=36.66%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918012200.050.350.2651.9433.6760.98
HexBDB47A05231A34223d
Octal275264172054332644275
Binary10111101101101001111010010110001111010110100100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB47A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB47A; }

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

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

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

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

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

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

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

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