#BAB17A

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

Shades of Ecru #BAB17A

Tints of Ecru #BAB17A

Color information

#BAB17A (or 0xBAB17A) is unknown color: approx Ecru. HEX triplet: BA, B1 and 7A. RGB value is (186,177,122). Sum of RGB (Red+Green+Blue) = 186+177+122=485 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.35% from 485); Green value is 177 (69.53% from 255 or 36.49% from 485); Blue value is 122 (48.05% from 255 or 25.15% from 485); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB17A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB17A is #454E85. Grayscale: #ADADAD. Windows color (decimal): -4542086 or 8040890. OLE color: 8040890.

HSL color Cylindrical-coordinate representation of color #BAB17A: hue angle of 51.56º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BAB17A is Cyan = 0, Magento = 0.05, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB186177122-
CMYK00.050.340.27
HSL51.56º31.68%60.39%-
HSV(B)51.56º34.41%72.94%-
XYZ39.4843.2924.69-
YUV173.4298.98136.97-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.35%
GREEN value IS 177 (69.53% from 255) = 36.49%
BLUE value IS 122 (48.05% from 255) = 25.15%
R=38.35%
G=36.49%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617712200.050.340.2751.5631.6860.39
HexBAB17A05221B34203c
Octal272261172054233644074
Binary10111010101100011111010010110001011011110100100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB17A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB17A; }

 p { color: rgb(186,177,122); }

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

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

 a { background-color: rgb(186,177,122); }

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

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

 span { border-color: rgb(186,177,122); }

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