#BDAE7B

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

Shades of Ecru #BDAE7B

Tints of Ecru #BDAE7B

Color information

#BDAE7B (or 0xBDAE7B) is unknown color: approx Ecru. HEX triplet: BD, AE and 7B. RGB value is (189,174,123). Sum of RGB (Red+Green+Blue) = 189+174+123=486 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.89% from 486); Green value is 174 (68.36% from 255 or 35.80% from 486); Blue value is 123 (48.44% from 255 or 25.31% from 486); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAE7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAE7B is #425184. Grayscale: #ACACAC. Windows color (decimal): -4346245 or 8105661. OLE color: 8105661.

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

Color convert

RGB189174123-
CMYK00.080.350.26
HSL46.36º33.33%61.18%-
HSV(B)46.36º34.92%74.12%-
XYZ39.742.5224.85-
YUV172.6799.97139.65-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.89%
GREEN value IS 174 (68.36% from 255) = 35.80%
BLUE value IS 123 (48.44% from 255) = 25.31%
R=38.89%
G=35.80%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917412300.080.350.2646.3633.3361.18
HexBDAE7B08231A2e213d
Octal2752561730104332564175
Binary101111011010111011110110100010001111010101110100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAE7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAE7B; }

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

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

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

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

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

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

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

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