Html Css Color HEX #BAABA9 Martini

📋 copy color: '#BAABA9'

red 186 ◦ green 171 ◦ blue 169

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

Shades of Martini #BAABA9

Tints of Martini #BAABA9

RGB

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

 GREEN value IS 171 (67.19% from 255) = 32.51%

 BLUE value IS 169 (66.41% from 255) = 32.13%

R = 35.36%
G = 32.51%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BAABA9 (or 0xBAABA9) is known color: Martini. HEX triplet: BA, AB and A9. RGB value is (186,171,169). Sum of RGB (Red+Green+Blue) = 186+171+169=526 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.36% from 526); Green value is 171 (67.19% from 255 or 32.51% from 526); Blue value is 169 (66.41% from 255 or 32.13% from 526); Max value from RGB is 186 - color contains mainly: red. Hex color #BAABA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAABA9 is #455456. Grayscale: #AFAFAF. Windows color (decimal): -4543575 or 11119546. OLE color: 11119546.

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

Color convert

RGB 186 171 169 -
CMYK 0 0.08 0.09 0.27
HSL 7.06º 0.11% 0.7% -
HSV(B) 7.06º 0.09% 0.73% -
XYZ 41.97 42.43 43.51 -
YUV 175.26 124.47 135.66 -
System Red Green Blue C M Y K H S L
Decimal 186 171 169 0 0.08 0.09 0.27 7.06 0.11 0.7
Hex BA AB A9 0 8 9 1B 7 B 46
Octal 272 253 251 0 10 11 33 7 13 106
Binary 10111010 10101011 10101001 0 1000 1001 11011 111 1011 1000110

Color Harmonies of #BAABA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAABA9

Black with #BAABA9

Text Example


Text Example

White with #BAABA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAABA9; }

 p { color: rgb(186,171,169); }

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

background-color css

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

 a { background-color: rgb(186,171,169); }

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

border-color css

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

 span { border-color: rgb(186,171,169); }

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