Html Css Color HEX #BAA49E Martini

📋 copy color: '#BAA49E'

red 186 ◦ green 164 ◦ blue 158

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

Shades of Martini #BAA49E

Tints of Martini #BAA49E

RGB

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

 GREEN value IS 164 (64.45% from 255) = 32.28%

 BLUE value IS 158 (62.11% from 255) = 31.1%

R = 36.61%
G = 32.28%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#BAA49E (or 0xBAA49E) is known color: Martini. HEX triplet: BA, A4 and 9E. RGB value is (186,164,158). Sum of RGB (Red+Green+Blue) = 186+164+158=508 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.61% from 508); Green value is 164 (64.45% from 255 or 32.28% from 508); Blue value is 158 (62.11% from 255 or 31.10% from 508); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA49E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA49E is #455B61. Grayscale: #A9A9A9. Windows color (decimal): -4545378 or 10396858. OLE color: 10396858.

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

Color convert

RGB 186 164 158 -
CMYK 0 0.12 0.15 0.27
HSL 12.86º 0.17% 0.67% -
HSV(B) 12.86º 0.15% 0.73% -
XYZ 39.7 39.46 37.87 -
YUV 169.89 121.29 139.49 -
System Red Green Blue C M Y K H S L
Decimal 186 164 158 0 0.12 0.15 0.27 12.86 0.17 0.67
Hex BA A4 9E 0 C F 1B D 11 43
Octal 272 244 236 0 14 17 33 15 21 103
Binary 10111010 10100100 10011110 0 1100 1111 11011 1101 10001 1000011

Color Harmonies of #BAA49E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA49E

Black with #BAA49E

Text Example


Text Example

White with #BAA49E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA49E; }

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

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

background-color css

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

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

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

border-color css

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

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

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