#BAAF7E

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

Shades of Ecru #BAAF7E

Tints of Ecru #BAAF7E

Color information

#BAAF7E (or 0xBAAF7E) is unknown color: approx Ecru. HEX triplet: BA, AF and 7E. RGB value is (186,175,126). Sum of RGB (Red+Green+Blue) = 186+175+126=487 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.19% from 487); Green value is 175 (68.75% from 255 or 35.93% from 487); Blue value is 126 (49.61% from 255 or 25.87% from 487); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAF7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAF7E is #455081. Grayscale: #ACACAC. Windows color (decimal): -4542594 or 8302522. OLE color: 8302522.

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

Color convert

RGB186175126-
CMYK00.060.320.27
HSL49º30.3%61.18%-
HSV(B)49º32.26%72.94%-
XYZ39.3542.6125.89-
YUV172.7101.64137.48-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.19%
GREEN value IS 175 (68.75% from 255) = 35.93%
BLUE value IS 126 (49.61% from 255) = 25.87%
R=38.19%
G=35.93%
B=25.87%

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
Decimal18617512600.060.320.274930.361.18
HexBAAF7E06201B311e3d
Octal272257176064033613675
Binary1011101010101111111111001101000001101111000111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAF7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAF7E; }

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

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

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

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

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

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

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

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