Html Css Color HEX #BAAC7C Ecru

📋 copy color: '#BAAC7C'

red 186 ◦ green 172 ◦ blue 124

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

Shades of Ecru #BAAC7C

Tints of Ecru #BAAC7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 25.73%

R = 38.59%
G = 35.68%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BAAC7C (or 0xBAAC7C) is known color: Ecru. HEX triplet: BA, AC and 7C. RGB value is (186,172,124). Sum of RGB (Red+Green+Blue) = 186+172+124=482 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.59% from 482); Green value is 172 (67.58% from 255 or 35.68% from 482); Blue value is 124 (48.83% from 255 or 25.73% from 482); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAC7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAC7C is #455383. Grayscale: #AAAAAA. Windows color (decimal): -4543364 or 8170682. OLE color: 8170682.

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

Color convert

RGB 186 172 124 -
CMYK 0 0.08 0.33 0.27
HSL 46.45º 0.31% 0.61% -
HSV(B) 46.45º 0.33% 0.73% -
XYZ 38.64 41.4 25.02 -
YUV 170.71 101.64 138.9 -
System Red Green Blue C M Y K H S L
Decimal 186 172 124 0 0.08 0.33 0.27 46.45 0.31 0.61
Hex BA AC 7C 0 8 21 1B 2E 1F 3D
Octal 272 254 174 0 10 41 33 56 37 75
Binary 10111010 10101100 1111100 0 1000 100001 11011 101110 11111 111101

Color Harmonies of #BAAC7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAC7C

Black with #BAAC7C

Text Example


Text Example

White with #BAAC7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAC7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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