Html Css Color HEX #BAA673 Ecru

📋 copy color: '#BAA673'

red 186 ◦ green 166 ◦ blue 115

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

Shades of Ecru #BAA673

Tints of Ecru #BAA673

RGB

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

 GREEN value IS 166 (65.23% from 255) = 35.55%

 BLUE value IS 115 (45.31% from 255) = 24.63%

R = 39.83%
G = 35.55%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#BAA673 (or 0xBAA673) is known color: Ecru. HEX triplet: BA, A6 and 73. RGB value is (186,166,115). Sum of RGB (Red+Green+Blue) = 186+166+115=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 166 (65.23% from 255 or 35.55% from 467); Blue value is 115 (45.31% from 255 or 24.63% from 467); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA673 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA673 is #45598C. Grayscale: #A6A6A6. Windows color (decimal): -4544909 or 7579322. OLE color: 7579322.

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

Color convert

RGB 186 166 115 -
CMYK 0 0.11 0.38 0.27
HSL 43.1º 0.34% 0.59% -
HSV(B) 43.1º 0.38% 0.73% -
XYZ 36.98 38.95 21.79 -
YUV 166.17 99.13 142.15 -
System Red Green Blue C M Y K H S L
Decimal 186 166 115 0 0.11 0.38 0.27 43.1 0.34 0.59
Hex BA A6 73 0 B 26 1B 2B 22 3B
Octal 272 246 163 0 13 46 33 53 42 73
Binary 10111010 10100110 1110011 0 1011 100110 11011 101011 100010 111011

Color Harmonies of #BAA673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA673

Black with #BAA673

Text Example


Text Example

White with #BAA673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA673; }

 p { color: rgb(186,166,115); }

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

background-color css

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

 a { background-color: rgb(186,166,115); }

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

border-color css

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

 span { border-color: rgb(186,166,115); }

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