#BAA772

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

Shades of Ecru #BAA772

Tints of Ecru #BAA772

Color information

#BAA772 (or 0xBAA772) is unknown color: approx Ecru. HEX triplet: BA, A7 and 72. RGB value is (186,167,114). Sum of RGB (Red+Green+Blue) = 186+167+114=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 167 (65.62% from 255 or 35.76% from 467); Blue value is 114 (44.92% from 255 or 24.41% from 467); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA772 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA772 is #45588D. Grayscale: #A6A6A6. Windows color (decimal): -4544654 or 7514042. OLE color: 7514042.

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

Color convert

RGB186167114-
CMYK00.100.390.27
HSL44.17º34.29%58.82%-
HSV(B)44.17º38.71%72.94%-
XYZ37.1139.2921.55-
YUV166.6498.29141.81-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.83%
GREEN value IS 167 (65.62% from 255) = 35.76%
BLUE value IS 114 (44.92% from 255) = 24.41%
R=39.83%
G=35.76%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616711400.100.390.2744.1734.2958.82
HexBAA7720A271B2c223b
Octal2722471620124733544273
Binary101110101010011111100100101010011111011101100100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA772; }

 p { color: rgb(186,167,114); }

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

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

 a { background-color: rgb(186,167,114); }

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

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

 span { border-color: rgb(186,167,114); }

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