#BAAF7F

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

Shades of Ecru #BAAF7F

Tints of Ecru #BAAF7F

Color information

#BAAF7F (or 0xBAAF7F) is unknown color: approx Ecru. HEX triplet: BA, AF and 7F. RGB value is (186,175,127). Sum of RGB (Red+Green+Blue) = 186+175+127=488 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.11% from 488); Green value is 175 (68.75% from 255 or 35.86% from 488); Blue value is 127 (50% from 255 or 26.02% from 488); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAF7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAF7F is #455080. Grayscale: #ADADAD. Windows color (decimal): -4542593 or 8368058. OLE color: 8368058.

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

Color convert

RGB186175127-
CMYK00.060.320.27
HSL48.81º29.95%61.37%-
HSV(B)48.81º31.72%72.94%-
XYZ39.4142.6326.23-
YUV172.82102.14137.4-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.11%
GREEN value IS 175 (68.75% from 255) = 35.86%
BLUE value IS 127 (50% from 255) = 26.02%
R=38.11%
G=35.86%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617512700.060.320.2748.8129.9561.37
HexBAAF7F06201B311e3d
Octal272257177064033613675
Binary1011101010101111111111101101000001101111000111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAF7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAF7F; }

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

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

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

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

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

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

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

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