Html Css Color HEX #BAAAA7 Martini

📋 copy color: '#BAAAA7'

red 186 ◦ green 170 ◦ blue 167

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

Shades of Martini #BAAAA7

Tints of Martini #BAAAA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 31.93%

R = 35.56%
G = 32.5%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#BAAAA7 (or 0xBAAAA7) is known color: Martini. HEX triplet: BA, AA and A7. RGB value is (186,170,167). Sum of RGB (Red+Green+Blue) = 186+170+167=523 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.56% from 523); Green value is 170 (66.80% from 255 or 32.50% from 523); Blue value is 167 (65.62% from 255 or 31.93% from 523); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAAA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAAA7 is #455558. Grayscale: #AEAEAE. Windows color (decimal): -4543833 or 10988218. OLE color: 10988218.

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

Color convert

RGB 186 170 167 -
CMYK 0 0.09 0.10 0.27
HSL 9.47º 0.12% 0.69% -
HSV(B) 9.47º 0.1% 0.73% -
XYZ 41.6 41.98 42.47 -
YUV 174.44 123.8 136.24 -
System Red Green Blue C M Y K H S L
Decimal 186 170 167 0 0.09 0.10 0.27 9.47 0.12 0.69
Hex BA AA A7 0 9 A 1B 9 C 45
Octal 272 252 247 0 11 12 33 11 14 105
Binary 10111010 10101010 10100111 0 1001 1010 11011 1001 1100 1000101

Color Harmonies of #BAAAA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAAA7

Black with #BAAAA7

Text Example


Text Example

White with #BAAAA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAAA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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