Html Css Color HEX #BA6584 Tapestry

📋 copy color: '#BA6584'

red 186 ◦ green 101 ◦ blue 132

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

Shades of Tapestry #BA6584

Tints of Tapestry #BA6584

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.11%

 BLUE value IS 132 (51.95% from 255) = 31.5%

R = 44.39%
G = 24.11%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#BA6584 (or 0xBA6584) is known color: Tapestry. HEX triplet: BA, 65 and 84. RGB value is (186,101,132). Sum of RGB (Red+Green+Blue) = 186+101+132=419 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.39% from 419); Green value is 101 (39.84% from 255 or 24.11% from 419); Blue value is 132 (51.95% from 255 or 31.50% from 419); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6584 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6584 is #459A7B. Grayscale: #818181. Windows color (decimal): -4561532 or 8676794. OLE color: 8676794.

HSL color Cylindrical-coordinate representation of color #BA6584: hue angle of 338.12º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BA6584 is Cyan = 0, Magento = 0.46, Yellow = 0.29 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 101 132 -
CMYK 0 0.46 0.29 0.27
HSL 338.12º 0.38% 0.56% -
HSV(B) 338.12º 0.46% 0.73% -
XYZ 29.07 21.41 24.43 -
YUV 129.95 129.16 167.98 -
System Red Green Blue C M Y K H S L
Decimal 186 101 132 0 0.46 0.29 0.27 338.12 0.38 0.56
Hex BA 65 84 0 2E 1D 1B 152 26 38
Octal 272 145 204 0 56 35 33 522 46 70
Binary 10111010 1100101 10000100 0 101110 11101 11011 101010010 100110 111000

Color Harmonies of #BA6584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6584

Black with #BA6584

Text Example


Text Example

White with #BA6584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6584; }

 p { color: rgb(186,101,132); }

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

background-color css

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

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

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

border-color css

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

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

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