#BAA398

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

Shades of Martini #BAA398

Tints of Martini #BAA398

Color information

#BAA398 (or 0xBAA398) is unknown color: approx Martini. HEX triplet: BA, A3 and 98. RGB value is (186,163,152). Sum of RGB (Red+Green+Blue) = 186+163+152=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 163 (64.06% from 255 or 32.53% from 501); Blue value is 152 (59.77% from 255 or 30.34% from 501); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA398 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA398 is #455C67. Grayscale: #A8A8A8. Windows color (decimal): -4545640 or 10003386. OLE color: 10003386.

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

Color convert

RGB186163152-
CMYK00.120.180.27
HSL19.41º19.77%66.27%-
HSV(B)19.41º18.28%72.94%-
XYZ39.0138.935.16-
YUV168.62118.62140.39-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.13%
GREEN value IS 163 (64.06% from 255) = 32.53%
BLUE value IS 152 (59.77% from 255) = 30.34%
R=37.13%
G=32.53%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616315200.120.180.2719.4119.7766.27
HexBAA3980C121B131442
Octal27224323001422332324102
Binary10111010101000111001100001100100101101110011101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA398; }

 p { color: rgb(186,163,152); }

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

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

 a { background-color: rgb(186,163,152); }

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

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

 span { border-color: rgb(186,163,152); }

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