#BAAD7A

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

Shades of Ecru #BAAD7A

Tints of Ecru #BAAD7A

Color information

#BAAD7A (or 0xBAAD7A) is unknown color: approx Ecru. HEX triplet: BA, AD and 7A. RGB value is (186,173,122). Sum of RGB (Red+Green+Blue) = 186+173+122=481 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.67% from 481); Green value is 173 (67.97% from 255 or 35.97% from 481); Blue value is 122 (48.05% from 255 or 25.36% from 481); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAD7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAD7A is #455285. Grayscale: #ABABAB. Windows color (decimal): -4543110 or 8039866. OLE color: 8039866.

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

Color convert

RGB186173122-
CMYK00.070.340.27
HSL47.81º31.68%60.39%-
HSV(B)47.81º34.41%72.94%-
XYZ38.7141.7324.43-
YUV171.07100.31138.65-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.67%
GREEN value IS 173 (67.97% from 255) = 35.97%
BLUE value IS 122 (48.05% from 255) = 25.36%
R=38.67%
G=35.97%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617312200.070.340.2747.8131.6860.39
HexBAAD7A07221B30203c
Octal272255172074233604074
Binary10111010101011011111010011110001011011110000100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAD7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAD7A; }

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

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

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

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

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

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

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

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