Html Css Color HEX #BAA872 Ecru

📋 copy color: '#BAA872'

red 186 ◦ green 168 ◦ blue 114

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

Shades of Ecru #BAA872

Tints of Ecru #BAA872

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.9%

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

R = 39.74%
G = 35.9%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BAA872 (or 0xBAA872) is known color: Ecru. HEX triplet: BA, A8 and 72. RGB value is (186,168,114). Sum of RGB (Red+Green+Blue) = 186+168+114=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 168 (66.02% from 255 or 35.90% from 468); Blue value is 114 (44.92% from 255 or 24.36% from 468); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA872 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA872 is #45578D. Grayscale: #A7A7A7. Windows color (decimal): -4544398 or 7514298. OLE color: 7514298.

HSL color Cylindrical-coordinate representation of color #BAA872: hue angle of 45º 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 #BAA872 is Cyan = 0, Magento = 0.10, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 168 114 -
CMYK 0 0.10 0.39 0.27
HSL 45º 0.34% 0.59% -
HSV(B) 45º 0.39% 0.73% -
XYZ 37.29 39.66 21.61 -
YUV 167.23 97.96 141.39 -
System Red Green Blue C M Y K H S L
Decimal 186 168 114 0 0.10 0.39 0.27 45 0.34 0.59
Hex BA A8 72 0 A 27 1B 2D 22 3B
Octal 272 250 162 0 12 47 33 55 42 73
Binary 10111010 10101000 1110010 0 1010 100111 11011 101101 100010 111011

Color Harmonies of #BAA872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA872

Black with #BAA872

Text Example


Text Example

White with #BAA872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA872; }

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

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

background-color css

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

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

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

border-color css

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

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

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