Html Css Color HEX #BAA977 Ecru

📋 copy color: '#BAA977'

red 186 ◦ green 169 ◦ blue 119

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

Shades of Ecru #BAA977

Tints of Ecru #BAA977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 25.11%

R = 39.24%
G = 35.65%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#BAA977 (or 0xBAA977) is known color: Ecru. HEX triplet: BA, A9 and 77. RGB value is (186,169,119). Sum of RGB (Red+Green+Blue) = 186+169+119=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 169 (66.41% from 255 or 35.65% from 474); Blue value is 119 (46.88% from 255 or 25.11% from 474); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA977 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA977 is #455688. Grayscale: #A8A8A8. Windows color (decimal): -4544137 or 7842234. OLE color: 7842234.

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

Color convert

RGB 186 169 119 -
CMYK 0 0.09 0.36 0.27
HSL 44.78º 0.33% 0.6% -
HSV(B) 44.78º 0.36% 0.73% -
XYZ 37.77 40.15 23.21 -
YUV 168.38 100.13 140.57 -
System Red Green Blue C M Y K H S L
Decimal 186 169 119 0 0.09 0.36 0.27 44.78 0.33 0.6
Hex BA A9 77 0 9 24 1B 2D 21 3C
Octal 272 251 167 0 11 44 33 55 41 74
Binary 10111010 10101001 1110111 0 1001 100100 11011 101101 100001 111100

Color Harmonies of #BAA977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA977

Black with #BAA977

Text Example


Text Example

White with #BAA977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA977; }

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

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

background-color css

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

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

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

border-color css

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

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

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