Html Css Color HEX #BAA874 Ecru

📋 copy color: '#BAA874'

red 186 ◦ green 168 ◦ blue 116

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

Shades of Ecru #BAA874

Tints of Ecru #BAA874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 24.68%

R = 39.57%
G = 35.74%
B = 24.68%

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

#BAA874 (or 0xBAA874) is known color: Ecru. HEX triplet: BA, A8 and 74. RGB value is (186,168,116). Sum of RGB (Red+Green+Blue) = 186+168+116=470 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.57% from 470); Green value is 168 (66.02% from 255 or 35.74% from 470); Blue value is 116 (45.70% from 255 or 24.68% from 470); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA874 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA874 is #45578B. Grayscale: #A7A7A7. Windows color (decimal): -4544396 or 7645370. OLE color: 7645370.

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

Color convert

RGB 186 168 116 -
CMYK 0 0.10 0.38 0.27
HSL 44.57º 0.34% 0.59% -
HSV(B) 44.57º 0.38% 0.73% -
XYZ 37.4 39.71 22.22 -
YUV 167.45 98.96 141.23 -
System Red Green Blue C M Y K H S L
Decimal 186 168 116 0 0.10 0.38 0.27 44.57 0.34 0.59
Hex BA A8 74 0 A 26 1B 2D 22 3B
Octal 272 250 164 0 12 46 33 55 42 73
Binary 10111010 10101000 1110100 0 1010 100110 11011 101101 100010 111011

Color Harmonies of #BAA874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA874

Black with #BAA874

Text Example


Text Example

White with #BAA874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA874; }

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

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

background-color css

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

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

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

border-color css

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

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

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