#BAAC7A

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

Shades of Ecru #BAAC7A

Tints of Ecru #BAAC7A

Color information

#BAAC7A (or 0xBAAC7A) is unknown color: approx Ecru. HEX triplet: BA, AC and 7A. RGB value is (186,172,122). Sum of RGB (Red+Green+Blue) = 186+172+122=480 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.75% from 480); Green value is 172 (67.58% from 255 or 35.83% from 480); Blue value is 122 (48.05% from 255 or 25.42% from 480); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAC7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAC7A is #455385. Grayscale: #AAAAAA. Windows color (decimal): -4543366 or 8039610. OLE color: 8039610.

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

Color convert

RGB186172122-
CMYK00.080.340.27
HSL46.88º31.68%60.39%-
HSV(B)46.88º34.41%72.94%-
XYZ38.5241.3524.36-
YUV170.49100.64139.07-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.75%
GREEN value IS 172 (67.58% from 255) = 35.83%
BLUE value IS 122 (48.05% from 255) = 25.42%
R=38.75%
G=35.83%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617212200.080.340.2746.8831.6860.39
HexBAAC7A08221B2f203c
Octal2722541720104233574074
Binary101110101010110011110100100010001011011101111100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAC7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAC7A; }

 p { color: rgb(186,172,122); }

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

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

 a { background-color: rgb(186,172,122); }

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

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

 span { border-color: rgb(186,172,122); }

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