Html Css Color HEX #BAAC7E Ecru

📋 copy color: '#BAAC7E'

red 186 ◦ green 172 ◦ blue 126

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

Shades of Ecru #BAAC7E

Tints of Ecru #BAAC7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 26.03%

R = 38.43%
G = 35.54%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BAAC7E (or 0xBAAC7E) is known color: Ecru. HEX triplet: BA, AC and 7E. RGB value is (186,172,126). Sum of RGB (Red+Green+Blue) = 186+172+126=484 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.43% from 484); Green value is 172 (67.58% from 255 or 35.54% from 484); Blue value is 126 (49.61% from 255 or 26.03% from 484); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAC7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAC7E is #455381. Grayscale: #ABABAB. Windows color (decimal): -4543362 or 8301754. OLE color: 8301754.

HSL color Cylindrical-coordinate representation of color #BAAC7E: hue angle of 46º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BAAC7E is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 172 126 -
CMYK 0 0.08 0.32 0.27
HSL 46º 0.3% 0.61% -
HSV(B) 46º 0.32% 0.73% -
XYZ 38.77 41.45 25.7 -
YUV 170.94 102.64 138.74 -
System Red Green Blue C M Y K H S L
Decimal 186 172 126 0 0.08 0.32 0.27 46 0.3 0.61
Hex BA AC 7E 0 8 20 1B 2E 1E 3D
Octal 272 254 176 0 10 40 33 56 36 75
Binary 10111010 10101100 1111110 0 1000 100000 11011 101110 11110 111101

Color Harmonies of #BAAC7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAC7E

Black with #BAAC7E

Text Example


Text Example

White with #BAAC7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAC7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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