Html Css Color HEX #BAA5A1 Martini

📋 copy color: '#BAA5A1'

red 186 ◦ green 165 ◦ blue 161

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

Shades of Martini #BAA5A1

Tints of Martini #BAA5A1

RGB

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

 GREEN value IS 165 (64.84% from 255) = 32.23%

 BLUE value IS 161 (63.28% from 255) = 31.45%

R = 36.33%
G = 32.23%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.13

 K value IS 0.27

RGB Variations

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

Color information

#BAA5A1 (or 0xBAA5A1) is known color: Martini. HEX triplet: BA, A5 and A1. RGB value is (186,165,161). Sum of RGB (Red+Green+Blue) = 186+165+161=512 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.33% from 512); Green value is 165 (64.84% from 255 or 32.23% from 512); Blue value is 161 (63.28% from 255 or 31.45% from 512); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA5A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA5A1 is #455A5E. Grayscale: #AAAAAA. Windows color (decimal): -4545119 or 10593722. OLE color: 10593722.

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

Color convert

RGB 186 165 161 -
CMYK 0 0.11 0.13 0.27
HSL 9.6º 0.15% 0.68% -
HSV(B) 9.6º 0.13% 0.73% -
XYZ 40.14 39.92 39.31 -
YUV 170.82 122.46 138.83 -
System Red Green Blue C M Y K H S L
Decimal 186 165 161 0 0.11 0.13 0.27 9.6 0.15 0.68
Hex BA A5 A1 0 B D 1B A F 44
Octal 272 245 241 0 13 15 33 12 17 104
Binary 10111010 10100101 10100001 0 1011 1101 11011 1010 1111 1000100

Color Harmonies of #BAA5A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA5A1

Black with #BAA5A1

Text Example


Text Example

White with #BAA5A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA5A1; }

 p { color: rgb(186,165,161); }

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

background-color css

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

 a { background-color: rgb(186,165,161); }

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

border-color css

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

 span { border-color: rgb(186,165,161); }

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