Html Css Color HEX #BAAC74 Ecru

📋 copy color: '#BAAC74'

red 186 ◦ green 172 ◦ blue 116

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

Shades of Ecru #BAAC74

Tints of Ecru #BAAC74

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.29%

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

R = 39.24%
G = 36.29%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#BAAC74 (or 0xBAAC74) is known color: Ecru. HEX triplet: BA, AC and 74. RGB value is (186,172,116). Sum of RGB (Red+Green+Blue) = 186+172+116=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 172 (67.58% from 255 or 36.29% from 474); Blue value is 116 (45.70% from 255 or 24.47% from 474); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAC74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAC74 is #45538B. Grayscale: #AAAAAA. Windows color (decimal): -4543372 or 7646394. OLE color: 7646394.

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

Color convert

RGB 186 172 116 -
CMYK 0 0.08 0.38 0.27
HSL 48º 0.34% 0.59% -
HSV(B) 48º 0.38% 0.73% -
XYZ 38.15 41.21 22.47 -
YUV 169.8 97.64 139.55 -
System Red Green Blue C M Y K H S L
Decimal 186 172 116 0 0.08 0.38 0.27 48 0.34 0.59
Hex BA AC 74 0 8 26 1B 30 22 3B
Octal 272 254 164 0 10 46 33 60 42 73
Binary 10111010 10101100 1110100 0 1000 100110 11011 110000 100010 111011

Color Harmonies of #BAAC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAC74

Black with #BAAC74

Text Example


Text Example

White with #BAAC74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAC74; }

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

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

background-color css

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

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

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

border-color css

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

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

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