Html Css Color HEX #BA617E Tapestry

📋 copy color: '#BA617E'

red 186 ◦ green 97 ◦ blue 126

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

Shades of Tapestry #BA617E

Tints of Tapestry #BA617E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.72%

 BLUE value IS 126 (49.61% from 255) = 30.81%

R = 45.48%
G = 23.72%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BA617E (or 0xBA617E) is known color: Tapestry. HEX triplet: BA, 61 and 7E. RGB value is (186,97,126). Sum of RGB (Red+Green+Blue) = 186+97+126=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 97 (38.28% from 255 or 23.72% from 409); Blue value is 126 (49.61% from 255 or 30.81% from 409); Max value from RGB is 186 - color contains mainly: red. Hex color #BA617E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA617E is #459E81. Grayscale: #7E7E7E. Windows color (decimal): -4562562 or 8282554. OLE color: 8282554.

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

Color convert

RGB 186 97 126 -
CMYK 0 0.48 0.32 0.27
HSL 340.45º 0.39% 0.55% -
HSV(B) 340.45º 0.48% 0.73% -
XYZ 28.29 20.49 22.2 -
YUV 126.92 127.49 170.14 -
System Red Green Blue C M Y K H S L
Decimal 186 97 126 0 0.48 0.32 0.27 340.45 0.39 0.55
Hex BA 61 7E 0 30 20 1B 154 27 37
Octal 272 141 176 0 60 40 33 524 47 67
Binary 10111010 1100001 1111110 0 110000 100000 11011 101010100 100111 110111

Color Harmonies of #BA617E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA617E

Black with #BA617E

Text Example


Text Example

White with #BA617E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA617E; }

 p { color: rgb(186,97,126); }

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

background-color css

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

 a { background-color: rgb(186,97,126); }

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

border-color css

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

 span { border-color: rgb(186,97,126); }

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