#BAAB73

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

Shades of Ecru #BAAB73

Tints of Ecru #BAAB73

Color information

#BAAB73 (or 0xBAAB73) is unknown color: approx Ecru. HEX triplet: BA, AB and 73. RGB value is (186,171,115). Sum of RGB (Red+Green+Blue) = 186+171+115=472 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.41% from 472); Green value is 171 (67.19% from 255 or 36.23% from 472); Blue value is 115 (45.31% from 255 or 24.36% from 472); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAB73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAB73 is #45548C. Grayscale: #A9A9A9. Windows color (decimal): -4543629 or 7580602. OLE color: 7580602.

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

Color convert

RGB186171115-
CMYK00.080.380.27
HSL47.32º33.97%59.02%-
HSV(B)47.32º38.17%72.94%-
XYZ37.9140.822.1-
YUV169.197.47140.05-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.41%
GREEN value IS 171 (67.19% from 255) = 36.23%
BLUE value IS 115 (45.31% from 255) = 24.36%
R=39.41%
G=36.23%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617111500.080.380.2747.3233.9759.02
HexBAAB7308261B2f223b
Octal2722531630104633574273
Binary101110101010101111100110100010011011011101111100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAB73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAB73; }

 p { color: rgb(186,171,115); }

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

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

 a { background-color: rgb(186,171,115); }

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

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

 span { border-color: rgb(186,171,115); }

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