Html Css Color HEX #BAAC76 Ecru

📋 copy color: '#BAAC76'

red 186 ◦ green 172 ◦ blue 118

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

Shades of Ecru #BAAC76

Tints of Ecru #BAAC76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 24.79%

R = 39.08%
G = 36.13%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BAAC76 (or 0xBAAC76) is known color: Ecru. HEX triplet: BA, AC and 76. RGB value is (186,172,118). Sum of RGB (Red+Green+Blue) = 186+172+118=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 172 (67.58% from 255 or 36.13% from 476); Blue value is 118 (46.48% from 255 or 24.79% from 476); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAC76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAC76 is #455389. Grayscale: #AAAAAA. Windows color (decimal): -4543370 or 7777466. OLE color: 7777466.

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

Color convert

RGB 186 172 118 -
CMYK 0 0.08 0.37 0.27
HSL 47.65º 0.33% 0.6% -
HSV(B) 47.65º 0.37% 0.73% -
XYZ 38.27 41.25 23.08 -
YUV 170.03 98.64 139.39 -
System Red Green Blue C M Y K H S L
Decimal 186 172 118 0 0.08 0.37 0.27 47.65 0.33 0.6
Hex BA AC 76 0 8 25 1B 30 21 3C
Octal 272 254 166 0 10 45 33 60 41 74
Binary 10111010 10101100 1110110 0 1000 100101 11011 110000 100001 111100

Color Harmonies of #BAAC76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAC76

Black with #BAAC76

Text Example


Text Example

White with #BAAC76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAC76; }

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

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

background-color css

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

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

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

border-color css

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

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

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