Html Css Color HEX #BAAA78 Ecru

📋 copy color: '#BAAA78'

red 186 ◦ green 170 ◦ blue 120

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

Shades of Ecru #BAAA78

Tints of Ecru #BAAA78

RGB

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

 GREEN value IS 170 (66.8% from 255) = 35.71%

 BLUE value IS 120 (47.27% from 255) = 25.21%

R = 39.08%
G = 35.71%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BAAA78 (or 0xBAAA78) is known color: Ecru. HEX triplet: BA, AA and 78. RGB value is (186,170,120). Sum of RGB (Red+Green+Blue) = 186+170+120=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 170 (66.80% from 255 or 35.71% from 476); Blue value is 120 (47.27% from 255 or 25.21% from 476); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAA78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAA78 is #455587. Grayscale: #A9A9A9. Windows color (decimal): -4543880 or 7908026. OLE color: 7908026.

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

Color convert

RGB 186 170 120 -
CMYK 0 0.09 0.35 0.27
HSL 45.45º 0.32% 0.6% -
HSV(B) 45.45º 0.35% 0.73% -
XYZ 38.01 40.54 23.59 -
YUV 169.08 100.3 140.07 -
System Red Green Blue C M Y K H S L
Decimal 186 170 120 0 0.09 0.35 0.27 45.45 0.32 0.6
Hex BA AA 78 0 9 23 1B 2D 20 3C
Octal 272 252 170 0 11 43 33 55 40 74
Binary 10111010 10101010 1111000 0 1001 100011 11011 101101 100000 111100

Color Harmonies of #BAAA78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAA78

Black with #BAAA78

Text Example


Text Example

White with #BAAA78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAA78; }

 p { color: rgb(186,170,120); }

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

background-color css

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

 a { background-color: rgb(186,170,120); }

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

border-color css

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

 span { border-color: rgb(186,170,120); }

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