Html Css Color HEX #BAAA74 Ecru

📋 copy color: '#BAAA74'

red 186 ◦ green 170 ◦ blue 116

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

Shades of Ecru #BAAA74

Tints of Ecru #BAAA74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 24.58%

R = 39.41%
G = 36.02%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#BAAA74 (or 0xBAAA74) is known color: Ecru. HEX triplet: BA, AA and 74. RGB value is (186,170,116). Sum of RGB (Red+Green+Blue) = 186+170+116=472 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.41% from 472); Green value is 170 (66.80% from 255 or 36.02% from 472); Blue value is 116 (45.70% from 255 or 24.58% from 472); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAA74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAA74 is #45558B. Grayscale: #A8A8A8. Windows color (decimal): -4543884 or 7645882. OLE color: 7645882.

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

Color convert

RGB 186 170 116 -
CMYK 0 0.09 0.38 0.27
HSL 46.29º 0.34% 0.59% -
HSV(B) 46.29º 0.38% 0.73% -
XYZ 37.78 40.45 22.34 -
YUV 168.63 98.3 140.39 -
System Red Green Blue C M Y K H S L
Decimal 186 170 116 0 0.09 0.38 0.27 46.29 0.34 0.59
Hex BA AA 74 0 9 26 1B 2E 22 3B
Octal 272 252 164 0 11 46 33 56 42 73
Binary 10111010 10101010 1110100 0 1001 100110 11011 101110 100010 111011

Color Harmonies of #BAAA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAA74

Black with #BAAA74

Text Example


Text Example

White with #BAAA74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAA74; }

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

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

background-color css

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

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

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

border-color css

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

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

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