#BDB57E

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

Shades of Ecru #BDB57E

Tints of Ecru #BDB57E

Color information

#BDB57E (or 0xBDB57E) is unknown color: approx Ecru. HEX triplet: BD, B5 and 7E. RGB value is (189,181,126). Sum of RGB (Red+Green+Blue) = 189+181+126=496 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.10% from 496); Green value is 181 (71.09% from 255 or 36.49% from 496); Blue value is 126 (49.61% from 255 or 25.40% from 496); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB57E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB57E is #424A81. Grayscale: #B1B1B1. Windows color (decimal): -4344450 or 8304061. OLE color: 8304061.

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

Color convert

RGB189181126-
CMYK00.040.330.26
HSL52.38º32.31%61.76%-
HSV(B)52.38º33.33%74.12%-
XYZ41.2845.3726.32-
YUV177.1299.15136.47-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.10%
GREEN value IS 181 (71.09% from 255) = 36.49%
BLUE value IS 126 (49.61% from 255) = 25.40%
R=38.10%
G=36.49%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.33
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918112600.040.330.2652.3832.3161.76
HexBDB57E04211A34203e
Octal275265176044132644076
Binary10111101101101011111110010010000111010110100100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB57E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB57E; }

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

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

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

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

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

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

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

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