Html Css Color HEX #BAA972 Ecru

📋 copy color: '#BAA972'

red 186 ◦ green 169 ◦ blue 114

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

Shades of Ecru #BAA972

Tints of Ecru #BAA972

RGB

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

 GREEN value IS 169 (66.41% from 255) = 36.03%

 BLUE value IS 114 (44.92% from 255) = 24.31%

R = 39.66%
G = 36.03%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BAA972 (or 0xBAA972) is known color: Ecru. HEX triplet: BA, A9 and 72. RGB value is (186,169,114). Sum of RGB (Red+Green+Blue) = 186+169+114=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 169 (66.41% from 255 or 36.03% from 469); Blue value is 114 (44.92% from 255 or 24.31% from 469); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA972 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA972 is #45568D. Grayscale: #A8A8A8. Windows color (decimal): -4544142 or 7514554. OLE color: 7514554.

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

Color convert

RGB 186 169 114 -
CMYK 0 0.09 0.39 0.27
HSL 45.83º 0.34% 0.59% -
HSV(B) 45.83º 0.39% 0.73% -
XYZ 37.47 40.03 21.67 -
YUV 167.81 97.63 140.97 -
System Red Green Blue C M Y K H S L
Decimal 186 169 114 0 0.09 0.39 0.27 45.83 0.34 0.59
Hex BA A9 72 0 9 27 1B 2E 22 3B
Octal 272 251 162 0 11 47 33 56 42 73
Binary 10111010 10101001 1110010 0 1001 100111 11011 101110 100010 111011

Color Harmonies of #BAA972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA972

Black with #BAA972

Text Example


Text Example

White with #BAA972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA972; }

 p { color: rgb(186,169,114); }

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

background-color css

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

 a { background-color: rgb(186,169,114); }

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

border-color css

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

 span { border-color: rgb(186,169,114); }

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