Html Css Color HEX #BAACA6 Martini

📋 copy color: '#BAACA6'

red 186 ◦ green 172 ◦ blue 166

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

Shades of Martini #BAACA6

Tints of Martini #BAACA6

RGB

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

 GREEN value IS 172 (67.58% from 255) = 32.82%

 BLUE value IS 166 (65.23% from 255) = 31.68%

R = 35.5%
G = 32.82%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#BAACA6 (or 0xBAACA6) is known color: Martini. HEX triplet: BA, AC and A6. RGB value is (186,172,166). Sum of RGB (Red+Green+Blue) = 186+172+166=524 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.50% from 524); Green value is 172 (67.58% from 255 or 32.82% from 524); Blue value is 166 (65.23% from 255 or 31.68% from 524); Max value from RGB is 186 - color contains mainly: red. Hex color #BAACA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAACA6 is #455359. Grayscale: #AFAFAF. Windows color (decimal): -4543322 or 10923194. OLE color: 10923194.

HSL color Cylindrical-coordinate representation of color #BAACA6: hue angle of 18º 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 #BAACA6 is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 172 166 -
CMYK 0 0.08 0.11 0.27
HSL 18º 0.13% 0.69% -
HSV(B) 18º 0.11% 0.73% -
XYZ 41.89 42.7 42.11 -
YUV 175.5 122.64 135.49 -
System Red Green Blue C M Y K H S L
Decimal 186 172 166 0 0.08 0.11 0.27 18 0.13 0.69
Hex BA AC A6 0 8 B 1B 12 D 45
Octal 272 254 246 0 10 13 33 22 15 105
Binary 10111010 10101100 10100110 0 1000 1011 11011 10010 1101 1000101

Color Harmonies of #BAACA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAACA6

Black with #BAACA6

Text Example


Text Example

White with #BAACA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAACA6; }

 p { color: rgb(186,172,166); }

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

background-color css

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

 a { background-color: rgb(186,172,166); }

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

border-color css

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

 span { border-color: rgb(186,172,166); }

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