Html Css Color HEX #BAA974 Ecru

📋 copy color: '#BAA974'

red 186 ◦ green 169 ◦ blue 116

#BAA974
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ecru #BAA974

Tints of Ecru #BAA974

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.7% from 255) = 24.63%

R = 39.49%
G = 35.88%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#BAA974 (or 0xBAA974) is known color: 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

RGB 186 169 116 -
CMYK 0 0.09 0.38 0.27
HSL 45.43º 0.34% 0.59% -
HSV(B) 45.43º 0.38% 0.73% -
XYZ 37.59 40.08 22.28 -
YUV 168.04 98.63 140.81 -
System Red Green Blue C M Y K H S L
Decimal 186 169 116 0 0.09 0.38 0.27 45.43 0.34 0.59
Hex BA A9 74 0 9 26 1B 2D 22 3B
Octal 272 251 164 0 11 46 33 55 42 73
Binary 10111010 10101001 1110100 0 1001 100110 11011 101101 100010 111011

Color Harmonies of #BAA974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA974

Black with #BAA974

Text Example


Text Example

White with #BAA974

Text Example


Text Example

HTML Codes & Css Web 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>