Html Css Color HEX #BAA5A5 Dark Gray

📋 copy color: '#BAA5A5'

red 186 ◦ green 165 ◦ blue 165

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

Shades of Dark Gray #BAA5A5

Tints of Dark Gray #BAA5A5

RGB

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

 GREEN value IS 165 (64.84% from 255) = 31.98%

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

R = 36.05%
G = 31.98%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#BAA5A5 (or 0xBAA5A5) is known color: Dark Gray. HEX triplet: BA, A5 and A5. RGB value is (186,165,165). Sum of RGB (Red+Green+Blue) = 186+165+165=516 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.05% from 516); Green value is 165 (64.84% from 255 or 31.98% from 516); Blue value is 165 (64.84% from 255 or 31.98% from 516); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA5A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA5A5 is #455A5A. Grayscale: #ABABAB. Windows color (decimal): -4545115 or 10855866. OLE color: 10855866.

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

Color convert

RGB 186 165 165 -
CMYK 0 0.11 0.11 0.27
HSL 0.13% 0.69% -
HSV(B) 0.11% 0.73% -
XYZ 40.5 40.07 41.2 -
YUV 171.28 124.46 138.5 -
System Red Green Blue C M Y K H S L
Decimal 186 165 165 0 0.11 0.11 0.27 0 0.13 0.69
Hex BA A5 A5 0 B B 1B 0 D 45
Octal 272 245 245 0 13 13 33 0 15 105
Binary 10111010 10100101 10100101 0 1011 1011 11011 0 1101 1000101

Color Harmonies of #BAA5A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA5A5

Black with #BAA5A5

Text Example


Text Example

White with #BAA5A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA5A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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