#BAAF7C

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

Shades of Ecru #BAAF7C

Tints of Ecru #BAAF7C

Color information

#BAAF7C (or 0xBAAF7C) is unknown color: approx Ecru. HEX triplet: BA, AF and 7C. RGB value is (186,175,124). Sum of RGB (Red+Green+Blue) = 186+175+124=485 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.35% from 485); Green value is 175 (68.75% from 255 or 36.08% from 485); Blue value is 124 (48.83% from 255 or 25.57% from 485); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAF7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAF7C is #455083. Grayscale: #ACACAC. Windows color (decimal): -4542596 or 8171450. OLE color: 8171450.

HSL color Cylindrical-coordinate representation of color #BAAF7C: hue angle of 49.35º 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 #BAAF7C is Cyan = 0, Magento = 0.06, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB186175124-
CMYK00.060.330.27
HSL49.35º31%60.78%-
HSV(B)49.35º33.33%72.94%-
XYZ39.2242.5525.22-
YUV172.48100.64137.65-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.35%
GREEN value IS 175 (68.75% from 255) = 36.08%
BLUE value IS 124 (48.83% from 255) = 25.57%
R=38.35%
G=36.08%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617512400.060.330.2749.353160.78
HexBAAF7C06211B311f3d
Octal272257174064133613775
Binary1011101010101111111110001101000011101111000111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAF7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAF7C; }

 p { color: rgb(186,175,124); }

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

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

 a { background-color: rgb(186,175,124); }

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

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

 span { border-color: rgb(186,175,124); }

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