Html Css Color HEX #BAAAA5 Martini

📋 copy color: '#BAAAA5'

red 186 ◦ green 170 ◦ blue 165

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

Shades of Martini #BAAAA5

Tints of Martini #BAAAA5

RGB

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

 GREEN value IS 170 (66.8% from 255) = 32.63%

 BLUE value IS 165 (64.84% from 255) = 31.67%

R = 35.7%
G = 32.63%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#BAAAA5 (or 0xBAAAA5) is known color: Martini. HEX triplet: BA, AA and A5. RGB value is (186,170,165). Sum of RGB (Red+Green+Blue) = 186+170+165=521 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.70% from 521); Green value is 170 (66.80% from 255 or 32.63% from 521); Blue value is 165 (64.84% from 255 or 31.67% from 521); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAAA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAAA5 is #45555A. Grayscale: #AEAEAE. Windows color (decimal): -4543835 or 10857146. OLE color: 10857146.

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

Color convert

RGB 186 170 165 -
CMYK 0 0.09 0.11 0.27
HSL 14.29º 0.13% 0.69% -
HSV(B) 14.29º 0.11% 0.73% -
XYZ 41.42 41.91 41.5 -
YUV 174.21 122.8 136.41 -
System Red Green Blue C M Y K H S L
Decimal 186 170 165 0 0.09 0.11 0.27 14.29 0.13 0.69
Hex BA AA A5 0 9 B 1B E D 45
Octal 272 252 245 0 11 13 33 16 15 105
Binary 10111010 10101010 10100101 0 1001 1011 11011 1110 1101 1000101

Color Harmonies of #BAAAA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAAA5

Black with #BAAAA5

Text Example


Text Example

White with #BAAAA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAAA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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