Html Css Color HEX #BA6179 Tapestry

📋 copy color: '#BA6179'

red 186 ◦ green 97 ◦ blue 121

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

Shades of Tapestry #BA6179

Tints of Tapestry #BA6179

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.01%

 BLUE value IS 121 (47.66% from 255) = 29.95%

R = 46.04%
G = 24.01%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BA6179 (or 0xBA6179) is known color: Tapestry. HEX triplet: BA, 61 and 79. RGB value is (186,97,121). Sum of RGB (Red+Green+Blue) = 186+97+121=404 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.04% from 404); Green value is 97 (38.28% from 255 or 24.01% from 404); Blue value is 121 (47.66% from 255 or 29.95% from 404); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6179 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6179 is #459E86. Grayscale: #7E7E7E. Windows color (decimal): -4562567 or 7954874. OLE color: 7954874.

HSL color Cylindrical-coordinate representation of color #BA6179: hue angle of 343.82º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA6179 is Cyan = 0, Magento = 0.48, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 97 121 -
CMYK 0 0.48 0.35 0.27
HSL 343.82º 0.39% 0.55% -
HSV(B) 343.82º 0.48% 0.73% -
XYZ 27.98 20.37 20.55 -
YUV 126.35 124.99 170.55 -
System Red Green Blue C M Y K H S L
Decimal 186 97 121 0 0.48 0.35 0.27 343.82 0.39 0.55
Hex BA 61 79 0 30 23 1B 158 27 37
Octal 272 141 171 0 60 43 33 530 47 67
Binary 10111010 1100001 1111001 0 110000 100011 11011 101011000 100111 110111

Color Harmonies of #BA6179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6179

Black with #BA6179

Text Example


Text Example

White with #BA6179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6179; }

 p { color: rgb(186,97,121); }

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

background-color css

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

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

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

border-color css

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

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

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