Html Css Color HEX #BAA49F Martini

📋 copy color: '#BAA49F'

red 186 ◦ green 164 ◦ blue 159

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

Shades of Martini #BAA49F

Tints of Martini #BAA49F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 31.24%

R = 36.54%
G = 32.22%
B = 31.24%

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

#BAA49F (or 0xBAA49F) is known color: Martini. HEX triplet: BA, A4 and 9F. RGB value is (186,164,159). Sum of RGB (Red+Green+Blue) = 186+164+159=509 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.54% from 509); Green value is 164 (64.45% from 255 or 32.22% from 509); Blue value is 159 (62.5% from 255 or 31.24% from 509); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA49F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA49F is #455B60. Grayscale: #AAAAAA. Windows color (decimal): -4545377 or 10462394. OLE color: 10462394.

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

Color convert

RGB 186 164 159 -
CMYK 0 0.12 0.15 0.27
HSL 11.11º 0.16% 0.68% -
HSV(B) 11.11º 0.15% 0.73% -
XYZ 39.78 39.49 38.33 -
YUV 170.01 121.79 139.41 -
System Red Green Blue C M Y K H S L
Decimal 186 164 159 0 0.12 0.15 0.27 11.11 0.16 0.68
Hex BA A4 9F 0 C F 1B B 10 44
Octal 272 244 237 0 14 17 33 13 20 104
Binary 10111010 10100100 10011111 0 1100 1111 11011 1011 10000 1000100

Color Harmonies of #BAA49F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA49F

Black with #BAA49F

Text Example


Text Example

White with #BAA49F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA49F; }

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

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

background-color css

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

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

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

border-color css

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

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

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