#BAB47D

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

Shades of Ecru #BAB47D

Tints of Ecru #BAB47D

Color information

#BAB47D (or 0xBAB47D) is unknown color: approx Ecru. HEX triplet: BA, B4 and 7D. RGB value is (186,180,125). Sum of RGB (Red+Green+Blue) = 186+180+125=491 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.88% from 491); Green value is 180 (70.70% from 255 or 36.66% from 491); Blue value is 125 (49.22% from 255 or 25.46% from 491); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB47D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB47D is #454B82. Grayscale: #AFAFAF. Windows color (decimal): -4541315 or 8238266. OLE color: 8238266.

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

Color convert

RGB186180125-
CMYK00.030.330.27
HSL54.1º30.65%60.98%-
HSV(B)54.1º32.8%72.94%-
XYZ40.2744.5625.88-
YUV175.5299.49135.47-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.88%
GREEN value IS 180 (70.70% from 255) = 36.66%
BLUE value IS 125 (49.22% from 255) = 25.46%
R=37.88%
G=36.66%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618012500.030.330.2754.130.6560.98
HexBAB47D03211B361f3d
Octal272264175034133663775
Binary101110101011010011111010111000011101111011011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB47D; }

 p { color: rgb(186,180,125); }

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

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

 a { background-color: rgb(186,180,125); }

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

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

 span { border-color: rgb(186,180,125); }

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