Html Css Color HEX #BAACA5 Martini

📋 copy color: '#BAACA5'

red 186 ◦ green 172 ◦ blue 165

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

Shades of Martini #BAACA5

Tints of Martini #BAACA5

RGB

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

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

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

R = 35.56%
G = 32.89%
B = 31.55%

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

#BAACA5 (or 0xBAACA5) is known color: Martini. HEX triplet: BA, AC and A5. RGB value is (186,172,165). Sum of RGB (Red+Green+Blue) = 186+172+165=523 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.56% from 523); Green value is 172 (67.58% from 255 or 32.89% from 523); Blue value is 165 (64.84% from 255 or 31.55% from 523); Max value from RGB is 186 - color contains mainly: red. Hex color #BAACA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAACA5 is #45535A. Grayscale: #AFAFAF. Windows color (decimal): -4543323 or 10857658. OLE color: 10857658.

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

Color convert

RGB 186 172 165 -
CMYK 0 0.08 0.11 0.27
HSL 20º 0.13% 0.69% -
HSV(B) 20º 0.11% 0.73% -
XYZ 41.79 42.66 41.63 -
YUV 175.39 122.14 135.57 -
System Red Green Blue C M Y K H S L
Decimal 186 172 165 0 0.08 0.11 0.27 20 0.13 0.69
Hex BA AC A5 0 8 B 1B 14 D 45
Octal 272 254 245 0 10 13 33 24 15 105
Binary 10111010 10101100 10100101 0 1000 1011 11011 10100 1101 1000101

Color Harmonies of #BAACA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAACA5

Black with #BAACA5

Text Example


Text Example

White with #BAACA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAACA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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