#BDB57F

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

Shades of Ecru #BDB57F

Tints of Ecru #BDB57F

Color information

#BDB57F (or 0xBDB57F) is unknown color: approx Ecru. HEX triplet: BD, B5 and 7F. RGB value is (189,181,127). Sum of RGB (Red+Green+Blue) = 189+181+127=497 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.03% from 497); Green value is 181 (71.09% from 255 or 36.42% from 497); Blue value is 127 (50% from 255 or 25.55% from 497); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB57F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB57F is #424A80. Grayscale: #B1B1B1. Windows color (decimal): -4344449 or 8369597. OLE color: 8369597.

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

Color convert

RGB189181127-
CMYK00.040.330.26
HSL52.26º31.96%61.96%-
HSV(B)52.26º32.8%74.12%-
XYZ41.3445.426.66-
YUV177.2499.65136.39-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.03%
GREEN value IS 181 (71.09% from 255) = 36.42%
BLUE value IS 127 (50% from 255) = 25.55%
R=38.03%
G=36.42%
B=25.55%

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
Decimal18918112700.040.330.2652.2631.9661.96
HexBDB57F04211A34203e
Octal275265177044132644076
Binary10111101101101011111111010010000111010110100100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB57F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB57F; }

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

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

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

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

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

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

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

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