Html Css Color HEX #BAA5A3 Martini

📋 copy color: '#BAA5A3'

red 186 ◦ green 165 ◦ blue 163

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

Shades of Martini #BAA5A3

Tints of Martini #BAA5A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 31.71%

R = 36.19%
G = 32.1%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#BAA5A3 (or 0xBAA5A3) is known color: Martini. HEX triplet: BA, A5 and A3. RGB value is (186,165,163). Sum of RGB (Red+Green+Blue) = 186+165+163=514 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.19% from 514); Green value is 165 (64.84% from 255 or 32.10% from 514); Blue value is 163 (64.06% from 255 or 31.71% from 514); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA5A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA5A3 is #455A5C. Grayscale: #ABABAB. Windows color (decimal): -4545117 or 10724794. OLE color: 10724794.

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

Color convert

RGB 186 165 163 -
CMYK 0 0.11 0.12 0.27
HSL 5.22º 0.14% 0.68% -
HSV(B) 5.22º 0.12% 0.73% -
XYZ 40.32 39.99 40.25 -
YUV 171.05 123.46 138.66 -
System Red Green Blue C M Y K H S L
Decimal 186 165 163 0 0.11 0.12 0.27 5.22 0.14 0.68
Hex BA A5 A3 0 B C 1B 5 E 44
Octal 272 245 243 0 13 14 33 5 16 104
Binary 10111010 10100101 10100011 0 1011 1100 11011 101 1110 1000100

Color Harmonies of #BAA5A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA5A3

Black with #BAA5A3

Text Example


Text Example

White with #BAA5A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA5A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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