Html Css Color HEX #BAA675 Ecru

📋 copy color: '#BAA675'

red 186 ◦ green 166 ◦ blue 117

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

Shades of Ecru #BAA675

Tints of Ecru #BAA675

RGB

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

 GREEN value IS 166 (65.23% from 255) = 35.39%

 BLUE value IS 117 (46.09% from 255) = 24.95%

R = 39.66%
G = 35.39%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BAA675 (or 0xBAA675) is known color: Ecru. HEX triplet: BA, A6 and 75. RGB value is (186,166,117). Sum of RGB (Red+Green+Blue) = 186+166+117=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 166 (65.23% from 255 or 35.39% from 469); Blue value is 117 (46.09% from 255 or 24.95% from 469); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA675 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA675 is #45598A. Grayscale: #A6A6A6. Windows color (decimal): -4544907 or 7710394. OLE color: 7710394.

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

Color convert

RGB 186 166 117 -
CMYK 0 0.11 0.37 0.27
HSL 42.61º 0.33% 0.59% -
HSV(B) 42.61º 0.37% 0.73% -
XYZ 37.1 39 22.4 -
YUV 166.39 100.13 141.98 -
System Red Green Blue C M Y K H S L
Decimal 186 166 117 0 0.11 0.37 0.27 42.61 0.33 0.59
Hex BA A6 75 0 B 25 1B 2B 21 3B
Octal 272 246 165 0 13 45 33 53 41 73
Binary 10111010 10100110 1110101 0 1011 100101 11011 101011 100001 111011

Color Harmonies of #BAA675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA675

Black with #BAA675

Text Example


Text Example

White with #BAA675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA675; }

 p { color: rgb(186,166,117); }

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

background-color css

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

 a { background-color: rgb(186,166,117); }

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

border-color css

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

 span { border-color: rgb(186,166,117); }

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