Html Css Color HEX #BA7584 Tapestry

📋 copy color: '#BA7584'

red 186 ◦ green 117 ◦ blue 132

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

Shades of Tapestry #BA7584

Tints of Tapestry #BA7584

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.9%

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

R = 42.76%
G = 26.9%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#BA7584 (or 0xBA7584) is known color: Tapestry. HEX triplet: BA, 75 and 84. RGB value is (186,117,132). Sum of RGB (Red+Green+Blue) = 186+117+132=435 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.76% from 435); Green value is 117 (46.09% from 255 or 26.90% from 435); Blue value is 132 (51.95% from 255 or 30.34% from 435); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7584 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7584 is #458A7B. Grayscale: #8B8B8B. Windows color (decimal): -4557436 or 8680890. OLE color: 8680890.

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

Color convert

RGB 186 117 132 -
CMYK 0 0.37 0.29 0.27
HSL 346.96º 0.33% 0.59% -
HSV(B) 346.96º 0.37% 0.73% -
XYZ 30.78 24.83 25 -
YUV 139.34 123.86 161.28 -
System Red Green Blue C M Y K H S L
Decimal 186 117 132 0 0.37 0.29 0.27 346.96 0.33 0.59
Hex BA 75 84 0 25 1D 1B 15B 21 3B
Octal 272 165 204 0 45 35 33 533 41 73
Binary 10111010 1110101 10000100 0 100101 11101 11011 101011011 100001 111011

Color Harmonies of #BA7584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7584

Black with #BA7584

Text Example


Text Example

White with #BA7584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7584; }

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

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

background-color css

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

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

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

border-color css

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

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

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