Html Css Color HEX #BAA399 Martini

📋 copy color: '#BAA399'

red 186 ◦ green 163 ◦ blue 153

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

Shades of Martini #BAA399

Tints of Martini #BAA399

RGB

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

 GREEN value IS 163 (64.06% from 255) = 32.47%

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

R = 37.05%
G = 32.47%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#BAA399 (or 0xBAA399) is known color: Martini. HEX triplet: BA, A3 and 99. RGB value is (186,163,153). Sum of RGB (Red+Green+Blue) = 186+163+153=502 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.05% from 502); Green value is 163 (64.06% from 255 or 32.47% from 502); Blue value is 153 (60.16% from 255 or 30.48% from 502); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA399 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA399 is #455C66. Grayscale: #A8A8A8. Windows color (decimal): -4545639 or 10068922. OLE color: 10068922.

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

Color convert

RGB 186 163 153 -
CMYK 0 0.12 0.18 0.27
HSL 18.18º 0.19% 0.66% -
HSV(B) 18.18º 0.18% 0.73% -
XYZ 39.1 38.93 35.59 -
YUV 168.74 119.12 140.31 -
System Red Green Blue C M Y K H S L
Decimal 186 163 153 0 0.12 0.18 0.27 18.18 0.19 0.66
Hex BA A3 99 0 C 12 1B 12 13 42
Octal 272 243 231 0 14 22 33 22 23 102
Binary 10111010 10100011 10011001 0 1100 10010 11011 10010 10011 1000010

Color Harmonies of #BAA399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA399

Black with #BAA399

Text Example


Text Example

White with #BAA399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA399; }

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

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

background-color css

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

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

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

border-color css

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

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

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