#BDB67E

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

Shades of Ecru #BDB67E

Tints of Ecru #BDB67E

Color information

#BDB67E (or 0xBDB67E) is unknown color: approx Ecru. HEX triplet: BD, B6 and 7E. RGB value is (189,182,126). Sum of RGB (Red+Green+Blue) = 189+182+126=497 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.03% from 497); Green value is 182 (71.48% from 255 or 36.62% from 497); Blue value is 126 (49.61% from 255 or 25.35% from 497); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB67E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB67E is #424981. Grayscale: #B1B1B1. Windows color (decimal): -4344194 or 8304317. OLE color: 8304317.

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

Color convert

RGB189182126-
CMYK00.040.330.26
HSL53.33º32.31%61.76%-
HSV(B)53.33º33.33%74.12%-
XYZ41.4845.7826.39-
YUV177.7198.82136.05-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.03%
GREEN value IS 182 (71.48% from 255) = 36.62%
BLUE value IS 126 (49.61% from 255) = 25.35%
R=38.03%
G=36.62%
B=25.35%

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
Decimal18918212600.040.330.2653.3332.3161.76
HexBDB67E04211A35203e
Octal275266176044132654076
Binary10111101101101101111110010010000111010110101100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB67E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB67E; }

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

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

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

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

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

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

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

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