#BDB17A

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

Shades of Ecru #BDB17A

Tints of Ecru #BDB17A

Color information

#BDB17A (or 0xBDB17A) is unknown color: approx Ecru. HEX triplet: BD, B1 and 7A. RGB value is (189,177,122). Sum of RGB (Red+Green+Blue) = 189+177+122=488 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.73% from 488); Green value is 177 (69.53% from 255 or 36.27% from 488); Blue value is 122 (48.05% from 255 or 25% from 488); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB17A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB17A is #424E85. Grayscale: #AEAEAE. Windows color (decimal): -4345478 or 8040893. OLE color: 8040893.

HSL color Cylindrical-coordinate representation of color #BDB17A: hue angle of 49.25º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BDB17A is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB189177122-
CMYK00.060.350.26
HSL49.25º33.67%60.98%-
HSV(B)49.25º35.45%74.12%-
XYZ40.2243.6724.72-
YUV174.3298.48138.47-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.73%
GREEN value IS 177 (69.53% from 255) = 36.27%
BLUE value IS 122 (48.05% from 255) = 25%
R=38.73%
G=36.27%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917712200.060.350.2649.2533.6760.98
HexBDB17A06231A31223d
Octal275261172064332614275
Binary10111101101100011111010011010001111010110001100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB17A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB17A; }

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

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

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

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

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

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

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

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