Html Css Color HEX #BAA5A0 Martini

📋 copy color: '#BAA5A0'

red 186 ◦ green 165 ◦ blue 160

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

Shades of Martini #BAA5A0

Tints of Martini #BAA5A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 31.31%

R = 36.4%
G = 32.29%
B = 31.31%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#BAA5A0 (or 0xBAA5A0) is known color: Martini. HEX triplet: BA, A5 and A0. RGB value is (186,165,160). Sum of RGB (Red+Green+Blue) = 186+165+160=511 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.40% from 511); Green value is 165 (64.84% from 255 or 32.29% from 511); Blue value is 160 (62.89% from 255 or 31.31% from 511); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA5A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA5A0 is #455A5F. Grayscale: #AAAAAA. Windows color (decimal): -4545120 or 10528186. OLE color: 10528186.

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

Color convert

RGB 186 165 160 -
CMYK 0 0.11 0.14 0.27
HSL 11.54º 0.16% 0.68% -
HSV(B) 11.54º 0.14% 0.73% -
XYZ 40.05 39.89 38.85 -
YUV 170.71 121.96 138.91 -
System Red Green Blue C M Y K H S L
Decimal 186 165 160 0 0.11 0.14 0.27 11.54 0.16 0.68
Hex BA A5 A0 0 B E 1B C 10 44
Octal 272 245 240 0 13 16 33 14 20 104
Binary 10111010 10100101 10100000 0 1011 1110 11011 1100 10000 1000100

Color Harmonies of #BAA5A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA5A0

Black with #BAA5A0

Text Example


Text Example

White with #BAA5A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA5A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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