Html Css Color HEX #BAA099 Martini

📋 copy color: '#BAA099'

red 186 ◦ green 160 ◦ blue 153

#BAA099
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Martini #BAA099

Tints of Martini #BAA099

RGB

 RED value IS 186 (73.05% from 255) = 37.27%

 GREEN value IS 160 (62.89% from 255) = 32.06%

 BLUE value IS 153 (60.16% from 255) = 30.66%

R = 37.27%
G = 32.06%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#BAA099 (or 0xBAA099) is known color: Martini. HEX triplet: BA, A0 and 99. RGB value is (186,160,153). Sum of RGB (Red+Green+Blue) = 186+160+153=499 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.27% from 499); Green value is 160 (62.89% from 255 or 32.06% from 499); Blue value is 153 (60.16% from 255 or 30.66% from 499); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA099 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA099 is #455F66. Grayscale: #A7A7A7. Windows color (decimal): -4546407 or 10068154. OLE color: 10068154.

HSL color Cylindrical-coordinate representation of color #BAA099: hue angle of 12.73º degrees, saturation: 0.19, 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 #BAA099 is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 160 153 -
CMYK 0 0.14 0.18 0.27
HSL 12.73º 0.19% 0.66% -
HSV(B) 12.73º 0.18% 0.73% -
XYZ 38.57 37.88 35.42 -
YUV 166.98 120.11 141.57 -
System Red Green Blue C M Y K H S L
Decimal 186 160 153 0 0.14 0.18 0.27 12.73 0.19 0.66
Hex BA A0 99 0 E 12 1B D 13 42
Octal 272 240 231 0 16 22 33 15 23 102
Binary 10111010 10100000 10011001 0 1110 10010 11011 1101 10011 1000010

Color Harmonies of #BAA099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA099

Black with #BAA099

Text Example


Text Example

White with #BAA099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA099; }

 p { color: rgb(186,160,153); }

 H1.HeaderClassName
 {
   color: #BAA099;
 }
 .AnyTagClassName
 {
   color: #BAA099;
 }
</style>

background-color css

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

 a { background-color: rgb(186,160,153); }

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

border-color css

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

 span { border-color: rgb(186,160,153); }

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