Html Css Color HEX #BAA978 Ecru

📋 copy color: '#BAA978'

red 186 ◦ green 169 ◦ blue 120

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

Shades of Ecru #BAA978

Tints of Ecru #BAA978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 25.26%

R = 39.16%
G = 35.58%
B = 25.26%

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

#BAA978 (or 0xBAA978) is known color: Ecru. HEX triplet: BA, A9 and 78. RGB value is (186,169,120). Sum of RGB (Red+Green+Blue) = 186+169+120=475 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.16% from 475); Green value is 169 (66.41% from 255 or 35.58% from 475); Blue value is 120 (47.27% from 255 or 25.26% from 475); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA978 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA978 is #455687. Grayscale: #A8A8A8. Windows color (decimal): -4544136 or 7907770. OLE color: 7907770.

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

Color convert

RGB 186 169 120 -
CMYK 0 0.09 0.35 0.27
HSL 44.55º 0.32% 0.6% -
HSV(B) 44.55º 0.35% 0.73% -
XYZ 37.83 40.17 23.53 -
YUV 168.5 100.63 140.48 -
System Red Green Blue C M Y K H S L
Decimal 186 169 120 0 0.09 0.35 0.27 44.55 0.32 0.6
Hex BA A9 78 0 9 23 1B 2D 20 3C
Octal 272 251 170 0 11 43 33 55 40 74
Binary 10111010 10101001 1111000 0 1001 100011 11011 101101 100000 111100

Color Harmonies of #BAA978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA978

Black with #BAA978

Text Example


Text Example

White with #BAA978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA978; }

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

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

background-color css

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

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

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

border-color css

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

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

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