#BDB27E

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

Shades of Ecru #BDB27E

Tints of Ecru #BDB27E

Color information

#BDB27E (or 0xBDB27E) is unknown color: approx Ecru. HEX triplet: BD, B2 and 7E. RGB value is (189,178,126). Sum of RGB (Red+Green+Blue) = 189+178+126=493 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.34% from 493); Green value is 178 (69.92% from 255 or 36.11% from 493); Blue value is 126 (49.61% from 255 or 25.56% from 493); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB27E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB27E is #424D81. Grayscale: #AFAFAF. Windows color (decimal): -4345218 or 8303293. OLE color: 8303293.

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

Color convert

RGB189178126-
CMYK00.060.330.26
HSL49.52º32.31%61.76%-
HSV(B)49.52º33.33%74.12%-
XYZ40.6744.1726.12-
YUV175.36100.14137.73-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.34%
GREEN value IS 178 (69.92% from 255) = 36.11%
BLUE value IS 126 (49.61% from 255) = 25.56%
R=38.34%
G=36.11%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.33
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917812600.060.330.2649.5232.3161.76
HexBDB27E06211A32203e
Octal275262176064132624076
Binary10111101101100101111110011010000111010110010100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB27E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB27E; }

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

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

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

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

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

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

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

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