#BAA874

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

Shades of Ecru #BAA874

Tints of Ecru #BAA874

Color information

#BAA874 (or 0xBAA874) is unknown color: approx Ecru. HEX triplet: BA, A8 and 74. RGB value is (186,168,116). Sum of RGB (Red+Green+Blue) = 186+168+116=470 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.57% from 470); Green value is 168 (66.02% from 255 or 35.74% from 470); Blue value is 116 (45.70% from 255 or 24.68% from 470); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA874 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA874 is #45578B. Grayscale: #A7A7A7. Windows color (decimal): -4544396 or 7645370. OLE color: 7645370.

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

Color convert

RGB186168116-
CMYK00.100.380.27
HSL44.57º33.65%59.22%-
HSV(B)44.57º37.63%72.94%-
XYZ37.439.7122.22-
YUV167.4598.96141.23-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.57%
GREEN value IS 168 (66.02% from 255) = 35.74%
BLUE value IS 116 (45.70% from 255) = 24.68%
R=39.57%
G=35.74%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616811600.100.380.2744.5733.6559.22
HexBAA8740A261B2d223b
Octal2722501640124633554273
Binary101110101010100011101000101010011011011101101100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA874; }

 p { color: rgb(186,168,116); }

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

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

 a { background-color: rgb(186,168,116); }

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

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

 span { border-color: rgb(186,168,116); }

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