Html Css Color HEX #BA6389 Tapestry

📋 copy color: '#BA6389'

red 186 ◦ green 99 ◦ blue 137

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

Shades of Tapestry #BA6389

Tints of Tapestry #BA6389

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 32.46%

R = 44.08%
G = 23.46%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BA6389 (or 0xBA6389) is known color: Tapestry. HEX triplet: BA, 63 and 89. RGB value is (186,99,137). Sum of RGB (Red+Green+Blue) = 186+99+137=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 99 (39.06% from 255 or 23.46% from 422); Blue value is 137 (53.91% from 255 or 32.46% from 422); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6389 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6389 is #459C76. Grayscale: #818181. Windows color (decimal): -4562039 or 9003962. OLE color: 9003962.

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

Color convert

RGB 186 99 137 -
CMYK 0 0.47 0.26 0.27
HSL 333.79º 0.39% 0.56% -
HSV(B) 333.79º 0.47% 0.73% -
XYZ 29.23 21.17 26.21 -
YUV 129.35 132.32 168.41 -
System Red Green Blue C M Y K H S L
Decimal 186 99 137 0 0.47 0.26 0.27 333.79 0.39 0.56
Hex BA 63 89 0 2F 1A 1B 14E 27 38
Octal 272 143 211 0 57 32 33 516 47 70
Binary 10111010 1100011 10001001 0 101111 11010 11011 101001110 100111 111000

Color Harmonies of #BA6389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6389

Black with #BA6389

Text Example


Text Example

White with #BA6389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6389; }

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

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

background-color css

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

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

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

border-color css

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

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

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