#BAAD7E

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

Shades of Ecru #BAAD7E

Tints of Ecru #BAAD7E

Color information

#BAAD7E (or 0xBAAD7E) is unknown color: approx Ecru. HEX triplet: BA, AD and 7E. RGB value is (186,173,126). Sum of RGB (Red+Green+Blue) = 186+173+126=485 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.35% from 485); Green value is 173 (67.97% from 255 or 35.67% from 485); Blue value is 126 (49.61% from 255 or 25.98% from 485); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAD7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAD7E is #455281. Grayscale: #ABABAB. Windows color (decimal): -4543106 or 8302010. OLE color: 8302010.

HSL color Cylindrical-coordinate representation of color #BAAD7E: hue angle of 47º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BAAD7E is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB186173126-
CMYK00.070.320.27
HSL47º30.3%61.18%-
HSV(B)47º32.26%72.94%-
XYZ38.9641.8325.76-
YUV171.53102.31138.32-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.35%
GREEN value IS 173 (67.97% from 255) = 35.67%
BLUE value IS 126 (49.61% from 255) = 25.98%
R=38.35%
G=35.67%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617312600.070.320.274730.361.18
HexBAAD7E07201B2f1e3d
Octal272255176074033573675
Binary1011101010101101111111001111000001101110111111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAD7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAD7E; }

 p { color: rgb(186,173,126); }

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

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

 a { background-color: rgb(186,173,126); }

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

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

 span { border-color: rgb(186,173,126); }

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