#BDB77E

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

Shades of Ecru #BDB77E

Tints of Ecru #BDB77E

Color information

#BDB77E (or 0xBDB77E) is unknown color: approx Ecru. HEX triplet: BD, B7 and 7E. RGB value is (189,183,126). Sum of RGB (Red+Green+Blue) = 189+183+126=498 (65% of max value = 765). Red value is 189 (74.22% from 255 or 37.95% from 498); Green value is 183 (71.88% from 255 or 36.75% from 498); Blue value is 126 (49.61% from 255 or 25.30% from 498); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB77E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB77E is #424881. Grayscale: #B2B2B2. Windows color (decimal): -4343938 or 8304573. OLE color: 8304573.

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

Color convert

RGB189183126-
CMYK00.030.330.26
HSL54.29º32.31%61.76%-
HSV(B)54.29º33.33%74.12%-
XYZ41.6946.1926.46-
YUV178.398.49135.63-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.95%
GREEN value IS 183 (71.88% from 255) = 36.75%
BLUE value IS 126 (49.61% from 255) = 25.30%
R=37.95%
G=36.75%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.33
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918312600.030.330.2654.2932.3161.76
HexBDB77E03211A36203e
Octal275267176034132664076
Binary1011110110110111111111001110000111010110110100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB77E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB77E; }

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

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

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

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

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

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

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

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