Html Css Color HEX #BAAA77 Ecru

📋 copy color: '#BAAA77'

red 186 ◦ green 170 ◦ blue 119

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

Shades of Ecru #BAAA77

Tints of Ecru #BAAA77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 25.05%

R = 39.16%
G = 35.79%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#BAAA77 (or 0xBAAA77) is known color: Ecru. HEX triplet: BA, AA and 77. RGB value is (186,170,119). Sum of RGB (Red+Green+Blue) = 186+170+119=475 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.16% from 475); Green value is 170 (66.80% from 255 or 35.79% from 475); Blue value is 119 (46.88% from 255 or 25.05% from 475); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAA77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAA77 is #455588. Grayscale: #A9A9A9. Windows color (decimal): -4543881 or 7842490. OLE color: 7842490.

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

Color convert

RGB 186 170 119 -
CMYK 0 0.09 0.36 0.27
HSL 45.67º 0.33% 0.6% -
HSV(B) 45.67º 0.36% 0.73% -
XYZ 37.95 40.52 23.27 -
YUV 168.97 99.8 140.15 -
System Red Green Blue C M Y K H S L
Decimal 186 170 119 0 0.09 0.36 0.27 45.67 0.33 0.6
Hex BA AA 77 0 9 24 1B 2E 21 3C
Octal 272 252 167 0 11 44 33 56 41 74
Binary 10111010 10101010 1110111 0 1001 100100 11011 101110 100001 111100

Color Harmonies of #BAAA77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAA77

Black with #BAAA77

Text Example


Text Example

White with #BAAA77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAA77; }

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

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

background-color css

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

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

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

border-color css

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

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

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