Html Css Color HEX #BA6387 Tapestry

📋 copy color: '#BA6387'

red 186 ◦ green 99 ◦ blue 135

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

Shades of Tapestry #BA6387

Tints of Tapestry #BA6387

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.57%

 BLUE value IS 135 (53.13% from 255) = 32.14%

R = 44.29%
G = 23.57%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#BA6387 (or 0xBA6387) is known color: Tapestry. HEX triplet: BA, 63 and 87. RGB value is (186,99,135). Sum of RGB (Red+Green+Blue) = 186+99+135=420 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.29% from 420); Green value is 99 (39.06% from 255 or 23.57% from 420); Blue value is 135 (53.12% from 255 or 32.14% from 420); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6387 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6387 is #459C78. Grayscale: #818181. Windows color (decimal): -4562041 or 8872890. OLE color: 8872890.

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

Color convert

RGB 186 99 135 -
CMYK 0 0.47 0.27 0.27
HSL 335.17º 0.39% 0.56% -
HSV(B) 335.17º 0.47% 0.73% -
XYZ 29.08 21.11 25.46 -
YUV 129.12 131.32 168.57 -
System Red Green Blue C M Y K H S L
Decimal 186 99 135 0 0.47 0.27 0.27 335.17 0.39 0.56
Hex BA 63 87 0 2F 1B 1B 14F 27 38
Octal 272 143 207 0 57 33 33 517 47 70
Binary 10111010 1100011 10000111 0 101111 11011 11011 101001111 100111 111000

Color Harmonies of #BA6387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6387

Black with #BA6387

Text Example


Text Example

White with #BA6387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6387; }

 p { color: rgb(186,99,135); }

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

background-color css

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

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

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

border-color css

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

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

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