#BAB27F

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

Shades of Ecru #BAB27F

Tints of Ecru #BAB27F

Color information

#BAB27F (or 0xBAB27F) is unknown color: approx Ecru. HEX triplet: BA, B2 and 7F. RGB value is (186,178,127). Sum of RGB (Red+Green+Blue) = 186+178+127=491 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.88% from 491); Green value is 178 (69.92% from 255 or 36.25% from 491); Blue value is 127 (50% from 255 or 25.87% from 491); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB27F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB27F is #454D80. Grayscale: #AEAEAE. Windows color (decimal): -4541825 or 8368826. OLE color: 8368826.

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

Color convert

RGB186178127-
CMYK00.040.320.27
HSL51.86º29.95%61.37%-
HSV(B)51.86º31.72%72.94%-
XYZ4043.8126.43-
YUV174.58101.15136.15-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.88%
GREEN value IS 178 (69.92% from 255) = 36.25%
BLUE value IS 127 (50% from 255) = 25.87%
R=37.88%
G=36.25%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617812700.040.320.2751.8629.9561.37
HexBAB27F04201B341e3d
Octal272262177044033643675
Binary1011101010110010111111101001000001101111010011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB27F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB27F; }

 p { color: rgb(186,178,127); }

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

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

 a { background-color: rgb(186,178,127); }

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

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

 span { border-color: rgb(186,178,127); }

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