#BDAC7B

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

Shades of Ecru #BDAC7B

Tints of Ecru #BDAC7B

Color information

#BDAC7B (or 0xBDAC7B) is unknown color: approx Ecru. HEX triplet: BD, AC and 7B. RGB value is (189,172,123). Sum of RGB (Red+Green+Blue) = 189+172+123=484 (64% of max value = 765). Red value is 189 (74.22% from 255 or 39.05% from 484); Green value is 172 (67.58% from 255 or 35.54% from 484); Blue value is 123 (48.44% from 255 or 25.41% from 484); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAC7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAC7B is #425384. Grayscale: #ABABAB. Windows color (decimal): -4346757 or 8105149. OLE color: 8105149.

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

Color convert

RGB189172123-
CMYK00.090.350.26
HSL44.55º33.33%61.18%-
HSV(B)44.55º34.92%74.12%-
XYZ39.3141.7524.73-
YUV171.5100.63140.48-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.05%
GREEN value IS 172 (67.58% from 255) = 35.54%
BLUE value IS 123 (48.44% from 255) = 25.41%
R=39.05%
G=35.54%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917212300.090.350.2644.5533.3361.18
HexBDAC7B09231A2d213d
Octal2752541730114332554175
Binary101111011010110011110110100110001111010101101100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAC7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAC7B; }

 p { color: rgb(189,172,123); }

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

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

 a { background-color: rgb(189,172,123); }

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

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

 span { border-color: rgb(189,172,123); }

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