#BAA19C

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

Shades of Martini #BAA19C

Tints of Martini #BAA19C

Color information

#BAA19C (or 0xBAA19C) is unknown color: approx Martini. HEX triplet: BA, A1 and 9C. RGB value is (186,161,156). Sum of RGB (Red+Green+Blue) = 186+161+156=503 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.98% from 503); Green value is 161 (63.28% from 255 or 32.01% from 503); Blue value is 156 (61.33% from 255 or 31.01% from 503); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA19C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA19C is #455E63. Grayscale: #A7A7A7. Windows color (decimal): -4546148 or 10265018. OLE color: 10265018.

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

Color convert

RGB186161156-
CMYK00.130.160.27
HSL10º17.86%67.06%-
HSV(B)10º16.13%72.94%-
XYZ3938.3336.8-
YUV167.9121.28140.91-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.98%
GREEN value IS 161 (63.28% from 255) = 32.01%
BLUE value IS 156 (61.33% from 255) = 31.01%
R=36.98%
G=32.01%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616115600.130.160.271017.8667.06
HexBAA19C0D101Ba1243
Octal27224123401520331222103
Binary1011101010100001100111000110110000110111010100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA19C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA19C; }

 p { color: rgb(186,161,156); }

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

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

 a { background-color: rgb(186,161,156); }

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

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

 span { border-color: rgb(186,161,156); }

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