#BAB178

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

Shades of Ecru #BAB178

Tints of Ecru #BAB178

Color information

#BAB178 (or 0xBAB178) is unknown color: approx Ecru. HEX triplet: BA, B1 and 78. RGB value is (186,177,120). Sum of RGB (Red+Green+Blue) = 186+177+120=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 177 (69.53% from 255 or 36.65% from 483); Blue value is 120 (47.27% from 255 or 24.84% from 483); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB178 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB178 is #454E87. Grayscale: #ADADAD. Windows color (decimal): -4542088 or 7909818. OLE color: 7909818.

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

Color convert

RGB186177120-
CMYK00.050.350.27
HSL51.82º32.35%60%-
HSV(B)51.82º35.48%72.94%-
XYZ39.3643.2424.04-
YUV173.1997.98137.13-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.51%
GREEN value IS 177 (69.53% from 255) = 36.65%
BLUE value IS 120 (47.27% from 255) = 24.84%
R=38.51%
G=36.65%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617712000.050.350.2751.8232.3560
HexBAB17805231B34203c
Octal272261170054333644074
Binary10111010101100011111000010110001111011110100100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB178; }

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

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

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

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

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

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

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

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