#BAA974

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

Shades of Ecru #BAA974

Tints of Ecru #BAA974

Color information

#BAA974 (or 0xBAA974) is unknown color: approx Ecru. HEX triplet: BA, A9 and 74. RGB value is (186,169,116). Sum of RGB (Red+Green+Blue) = 186+169+116=471 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.49% from 471); Green value is 169 (66.41% from 255 or 35.88% from 471); Blue value is 116 (45.70% from 255 or 24.63% from 471); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA974 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA974 is #45568B. Grayscale: #A8A8A8. Windows color (decimal): -4544140 or 7645626. OLE color: 7645626.

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

Color convert

RGB186169116-
CMYK00.090.380.27
HSL45.43º33.65%59.22%-
HSV(B)45.43º37.63%72.94%-
XYZ37.5940.0822.28-
YUV168.0498.63140.81-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.49%
GREEN value IS 169 (66.41% from 255) = 35.88%
BLUE value IS 116 (45.70% from 255) = 24.63%
R=39.49%
G=35.88%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616911600.090.380.2745.4333.6559.22
HexBAA97409261B2d223b
Octal2722511640114633554273
Binary101110101010100111101000100110011011011101101100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA974; }

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

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

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

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

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

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

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

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