#BA9E9A

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

Shades of Martini #BA9E9A

Tints of Martini #BA9E9A

Color information

#BA9E9A (or 0xBA9E9A) is unknown color: approx Martini. HEX triplet: BA, 9E and 9A. RGB value is (186,158,154). Sum of RGB (Red+Green+Blue) = 186+158+154=498 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.35% from 498); Green value is 158 (62.11% from 255 or 31.73% from 498); Blue value is 154 (60.55% from 255 or 30.92% from 498); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9E9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9E9A is #456165. Grayscale: #A5A5A5. Windows color (decimal): -4546918 or 10133178. OLE color: 10133178.

HSL color Cylindrical-coordinate representation of color #BA9E9A: hue angle of 7.5º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BA9E9A is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB186158154-
CMYK00.150.170.27
HSL7.5º18.82%66.67%-
HSV(B)7.5º17.2%72.94%-
XYZ38.3137.2335.74-
YUV165.92121.28142.33-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.35%
GREEN value IS 158 (62.11% from 255) = 31.73%
BLUE value IS 154 (60.55% from 255) = 30.92%
R=37.35%
G=31.73%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615815400.150.170.277.518.8266.67
HexBA9E9A0F111B81343
Octal27223623201721331023103
Binary1011101010011110100110100111110001110111000100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9E9A; }

 p { color: rgb(186,158,154); }

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

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

 a { background-color: rgb(186,158,154); }

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

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

 span { border-color: rgb(186,158,154); }

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