#BDAF7E

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

Shades of Ecru #BDAF7E

Tints of Ecru #BDAF7E

Color information

#BDAF7E (or 0xBDAF7E) is unknown color: approx Ecru. HEX triplet: BD, AF and 7E. RGB value is (189,175,126). Sum of RGB (Red+Green+Blue) = 189+175+126=490 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.57% from 490); Green value is 175 (68.75% from 255 or 35.71% from 490); Blue value is 126 (49.61% from 255 or 25.71% from 490); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAF7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAF7E is #425081. Grayscale: #ADADAD. Windows color (decimal): -4345986 or 8302525. OLE color: 8302525.

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

Color convert

RGB189175126-
CMYK00.070.330.26
HSL46.67º32.31%61.76%-
HSV(B)46.67º33.33%74.12%-
XYZ40.0842.9925.92-
YUV173.6101.14138.98-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.57%
GREEN value IS 175 (68.75% from 255) = 35.71%
BLUE value IS 126 (49.61% from 255) = 25.71%
R=38.57%
G=35.71%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.33
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917512600.070.330.2646.6732.3161.76
HexBDAF7E07211A2f203e
Octal275257176074132574076
Binary10111101101011111111110011110000111010101111100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAF7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAF7E; }

 p { color: rgb(189,175,126); }

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

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

 a { background-color: rgb(189,175,126); }

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

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

 span { border-color: rgb(189,175,126); }

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