#BAA975

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

Shades of Ecru #BAA975

Tints of Ecru #BAA975

Color information

#BAA975 (or 0xBAA975) is unknown color: approx Ecru. HEX triplet: BA, A9 and 75. RGB value is (186,169,117). Sum of RGB (Red+Green+Blue) = 186+169+117=472 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.41% from 472); Green value is 169 (66.41% from 255 or 35.81% from 472); Blue value is 117 (46.09% from 255 or 24.79% from 472); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA975 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA975 is #45568A. Grayscale: #A8A8A8. Windows color (decimal): -4544139 or 7711162. OLE color: 7711162.

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

Color convert

RGB186169117-
CMYK00.090.370.27
HSL45.22º33.33%59.41%-
HSV(B)45.22º37.1%72.94%-
XYZ37.6540.122.59-
YUV168.1599.13140.73-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.41%
GREEN value IS 169 (66.41% from 255) = 35.81%
BLUE value IS 117 (46.09% from 255) = 24.79%
R=39.41%
G=35.81%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616911700.090.370.2745.2233.3359.41
HexBAA97509251B2d213b
Octal2722511650114533554173
Binary101110101010100111101010100110010111011101101100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA975; }

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

 H1.HeaderClassName
 {
   color: #BAA975;
 }
 .AnyTagClassName
 {
   color: #BAA975;
 }
</style>
background-color css

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

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

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

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

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

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