#BAA875

Color #BAA875 Ecru (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ecru #BAA875

Tints of Ecru #BAA875

Color information

#BAA875 (or 0xBAA875) is unknown color: approx 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

RGB186168117-
CMYK00.100.370.27
HSL44.35º33.33%59.41%-
HSV(B)44.35º37.1%72.94%-
XYZ37.4639.7322.52-
YUV167.5799.46141.15-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616811700.100.370.2744.3533.3359.41
HexBAA8750A251B2c213b
Octal2722501650124533544173
Binary101110101010100011101010101010010111011101100100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>