Html Css Color HEX #BAA976 Ecru

📋 copy color: '#BAA976'

red 186 ◦ green 169 ◦ blue 118

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

Shades of Ecru #BAA976

Tints of Ecru #BAA976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 24.95%

R = 39.32%
G = 35.73%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BAA976 (or 0xBAA976) is known color: Ecru. HEX triplet: BA, A9 and 76. RGB value is (186,169,118). Sum of RGB (Red+Green+Blue) = 186+169+118=473 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.32% from 473); Green value is 169 (66.41% from 255 or 35.73% from 473); Blue value is 118 (46.48% from 255 or 24.95% from 473); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA976 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA976 is #455689. Grayscale: #A8A8A8. Windows color (decimal): -4544138 or 7776698. OLE color: 7776698.

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

Color convert

RGB 186 169 118 -
CMYK 0 0.09 0.37 0.27
HSL 45º 0.33% 0.6% -
HSV(B) 45º 0.37% 0.73% -
XYZ 37.71 40.12 22.9 -
YUV 168.27 99.63 140.65 -
System Red Green Blue C M Y K H S L
Decimal 186 169 118 0 0.09 0.37 0.27 45 0.33 0.6
Hex BA A9 76 0 9 25 1B 2D 21 3C
Octal 272 251 166 0 11 45 33 55 41 74
Binary 10111010 10101001 1110110 0 1001 100101 11011 101101 100001 111100

Color Harmonies of #BAA976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA976

Black with #BAA976

Text Example


Text Example

White with #BAA976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA976; }

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

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

background-color css

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

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

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

border-color css

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

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

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