Html Css Color HEX #BAA875 Ecru

📋 copy color: '#BAA875'

red 186 ◦ green 168 ◦ blue 117

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

Shades of Ecru #BAA875

Tints of Ecru #BAA875

RGB

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

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

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

R = 39.49%
G = 35.67%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BAA875 (or 0xBAA875) is known color: Ecru. HEX triplet: BA, A8 and 75. RGB value is (186,168,117). Sum of RGB (Red+Green+Blue) = 186+168+117=471 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.49% from 471); Green value is 168 (66.02% from 255 or 35.67% from 471); Blue value is 117 (46.09% from 255 or 24.84% from 471); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA875 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA875 is #45578A. Grayscale: #A7A7A7. Windows color (decimal): -4544395 or 7710906. OLE color: 7710906.

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

Color convert

RGB 186 168 117 -
CMYK 0 0.10 0.37 0.27
HSL 44.35º 0.33% 0.59% -
HSV(B) 44.35º 0.37% 0.73% -
XYZ 37.46 39.73 22.52 -
YUV 167.57 99.46 141.15 -
System Red Green Blue C M Y K H S L
Decimal 186 168 117 0 0.10 0.37 0.27 44.35 0.33 0.59
Hex BA A8 75 0 A 25 1B 2C 21 3B
Octal 272 250 165 0 12 45 33 54 41 73
Binary 10111010 10101000 1110101 0 1010 100101 11011 101100 100001 111011

Color Harmonies of #BAA875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA875

Black with #BAA875

Text Example


Text Example

White with #BAA875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA875; }

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

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

background-color css

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

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

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

border-color css

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

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

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