#BDB27F

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

Shades of Ecru #BDB27F

Tints of Ecru #BDB27F

Color information

#BDB27F (or 0xBDB27F) is unknown color: approx Ecru. HEX triplet: BD, B2 and 7F. RGB value is (189,178,127). Sum of RGB (Red+Green+Blue) = 189+178+127=494 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.26% from 494); Green value is 178 (69.92% from 255 or 36.03% from 494); Blue value is 127 (50% from 255 or 25.71% from 494); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB27F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB27F is #424D80. Grayscale: #AFAFAF. Windows color (decimal): -4345217 or 8368829. OLE color: 8368829.

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

Color convert

RGB189178127-
CMYK00.060.330.26
HSL49.35º31.96%61.96%-
HSV(B)49.35º32.8%74.12%-
XYZ40.7444.1926.46-
YUV175.48100.64137.65-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.26%
GREEN value IS 178 (69.92% from 255) = 36.03%
BLUE value IS 127 (50% from 255) = 25.71%
R=38.26%
G=36.03%
B=25.71%

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
Decimal18917812700.060.330.2649.3531.9661.96
HexBDB27F06211A31203e
Octal275262177064132614076
Binary10111101101100101111111011010000111010110001100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB27F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB27F; }

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

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

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

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

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

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

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

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