#BAAF7B

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

Shades of Ecru #BAAF7B

Tints of Ecru #BAAF7B

Color information

#BAAF7B (or 0xBAAF7B) is unknown color: approx Ecru. HEX triplet: BA, AF and 7B. RGB value is (186,175,123). Sum of RGB (Red+Green+Blue) = 186+175+123=484 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.43% from 484); Green value is 175 (68.75% from 255 or 36.16% from 484); Blue value is 123 (48.44% from 255 or 25.41% from 484); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAF7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAF7B is #455084. Grayscale: #ACACAC. Windows color (decimal): -4542597 or 8105914. OLE color: 8105914.

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

Color convert

RGB186175123-
CMYK00.060.340.27
HSL49.52º31.34%60.59%-
HSV(B)49.52º33.87%72.94%-
XYZ39.1542.5324.88-
YUV172.36100.14137.73-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.43%
GREEN value IS 175 (68.75% from 255) = 36.16%
BLUE value IS 123 (48.44% from 255) = 25.41%
R=38.43%
G=36.16%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617512300.060.340.2749.5231.3460.59
HexBAAF7B06221B321f3d
Octal272257173064233623775
Binary1011101010101111111101101101000101101111001011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAF7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAF7B; }

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

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

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

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

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

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

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

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