Html Css Color HEX #BAA979 Ecru

📋 copy color: '#BAA979'

red 186 ◦ green 169 ◦ blue 121

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

Shades of Ecru #BAA979

Tints of Ecru #BAA979

RGB

 RED value IS 186 (73.05% from 255) = 39.08%

 GREEN value IS 169 (66.41% from 255) = 35.5%

 BLUE value IS 121 (47.66% from 255) = 25.42%

R = 39.08%
G = 35.5%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BAA979 (or 0xBAA979) is known color: Ecru. HEX triplet: BA, A9 and 79. RGB value is (186,169,121). Sum of RGB (Red+Green+Blue) = 186+169+121=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 169 (66.41% from 255 or 35.50% from 476); Blue value is 121 (47.66% from 255 or 25.42% from 476); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA979 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA979 is #455686. Grayscale: #A8A8A8. Windows color (decimal): -4544135 or 7973306. OLE color: 7973306.

HSL color Cylindrical-coordinate representation of color #BAA979: hue angle of 44.31º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BAA979 is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 169 121 -
CMYK 0 0.09 0.35 0.27
HSL 44.31º 0.32% 0.6% -
HSV(B) 44.31º 0.35% 0.73% -
XYZ 37.89 40.2 23.85 -
YUV 168.61 101.13 140.4 -
System Red Green Blue C M Y K H S L
Decimal 186 169 121 0 0.09 0.35 0.27 44.31 0.32 0.6
Hex BA A9 79 0 9 23 1B 2C 20 3C
Octal 272 251 171 0 11 43 33 54 40 74
Binary 10111010 10101001 1111001 0 1001 100011 11011 101100 100000 111100

Color Harmonies of #BAA979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA979

Black with #BAA979

Text Example


Text Example

White with #BAA979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA979; }

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

 H1.HeaderClassName
 {
   color: #BAA979;
 }
 .AnyTagClassName
 {
   color: #BAA979;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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