#BDB17F

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

Shades of Ecru #BDB17F

Tints of Ecru #BDB17F

Color information

#BDB17F (or 0xBDB17F) is unknown color: approx Ecru. HEX triplet: BD, B1 and 7F. RGB value is (189,177,127). Sum of RGB (Red+Green+Blue) = 189+177+127=493 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.34% from 493); Green value is 177 (69.53% from 255 or 35.90% from 493); Blue value is 127 (50% from 255 or 25.76% from 493); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB17F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB17F is #424E80. Grayscale: #AFAFAF. Windows color (decimal): -4345473 or 8368573. OLE color: 8368573.

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

Color convert

RGB189177127-
CMYK00.060.330.26
HSL48.39º31.96%61.96%-
HSV(B)48.39º32.8%74.12%-
XYZ40.5443.826.4-
YUV174.89100.98138.07-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.34%
GREEN value IS 177 (69.53% from 255) = 35.90%
BLUE value IS 127 (50% from 255) = 25.76%
R=38.34%
G=35.90%
B=25.76%

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
Decimal18917712700.060.330.2648.3931.9661.96
HexBDB17F06211A30203e
Octal275261177064132604076
Binary10111101101100011111111011010000111010110000100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB17F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB17F; }

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

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

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

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

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

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

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

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