Html Css Color HEX #BAA873 Ecru

📋 copy color: '#BAA873'

red 186 ◦ green 168 ◦ blue 115

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

Shades of Ecru #BAA873

Tints of Ecru #BAA873

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.82%

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

R = 39.66%
G = 35.82%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#BAA873 (or 0xBAA873) is known color: Ecru. HEX triplet: BA, A8 and 73. RGB value is (186,168,115). Sum of RGB (Red+Green+Blue) = 186+168+115=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 168 (66.02% from 255 or 35.82% from 469); Blue value is 115 (45.31% from 255 or 24.52% from 469); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA873 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA873 is #45578C. Grayscale: #A7A7A7. Windows color (decimal): -4544397 or 7579834. OLE color: 7579834.

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

Color convert

RGB 186 168 115 -
CMYK 0 0.10 0.38 0.27
HSL 44.79º 0.34% 0.59% -
HSV(B) 44.79º 0.38% 0.73% -
XYZ 37.35 39.68 21.91 -
YUV 167.34 98.46 141.31 -
System Red Green Blue C M Y K H S L
Decimal 186 168 115 0 0.10 0.38 0.27 44.79 0.34 0.59
Hex BA A8 73 0 A 26 1B 2D 22 3B
Octal 272 250 163 0 12 46 33 55 42 73
Binary 10111010 10101000 1110011 0 1010 100110 11011 101101 100010 111011

Color Harmonies of #BAA873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA873

Black with #BAA873

Text Example


Text Example

White with #BAA873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA873; }

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

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

background-color css

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

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

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

border-color css

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

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

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