Html Css Color HEX #BA7586 Tapestry

📋 copy color: '#BA7586'

red 186 ◦ green 117 ◦ blue 134

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

Shades of Tapestry #BA7586

Tints of Tapestry #BA7586

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 30.66%

R = 42.56%
G = 26.77%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#BA7586 (or 0xBA7586) is known color: Tapestry. HEX triplet: BA, 75 and 86. RGB value is (186,117,134). Sum of RGB (Red+Green+Blue) = 186+117+134=437 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.56% from 437); Green value is 117 (46.09% from 255 or 26.77% from 437); Blue value is 134 (52.73% from 255 or 30.66% from 437); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7586 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7586 is #458A79. Grayscale: #8B8B8B. Windows color (decimal): -4557434 or 8811962. OLE color: 8811962.

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

Color convert

RGB 186 117 134 -
CMYK 0 0.37 0.28 0.27
HSL 345.22º 0.33% 0.59% -
HSV(B) 345.22º 0.37% 0.73% -
XYZ 30.91 24.88 25.73 -
YUV 139.57 124.86 161.12 -
System Red Green Blue C M Y K H S L
Decimal 186 117 134 0 0.37 0.28 0.27 345.22 0.33 0.59
Hex BA 75 86 0 25 1C 1B 159 21 3B
Octal 272 165 206 0 45 34 33 531 41 73
Binary 10111010 1110101 10000110 0 100101 11100 11011 101011001 100001 111011

Color Harmonies of #BA7586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7586

Black with #BA7586

Text Example


Text Example

White with #BA7586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7586; }

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

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

background-color css

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

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

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

border-color css

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

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

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