Html Css Color HEX #BA5F78 Tapestry

📋 copy color: '#BA5F78'

red 186 ◦ green 95 ◦ blue 120

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

Shades of Tapestry #BA5F78

Tints of Tapestry #BA5F78

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.69%

 BLUE value IS 120 (47.27% from 255) = 29.93%

R = 46.38%
G = 23.69%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BA5F78 (or 0xBA5F78) is known color: Tapestry. HEX triplet: BA, 5F and 78. RGB value is (186,95,120). Sum of RGB (Red+Green+Blue) = 186+95+120=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 95 (37.5% from 255 or 23.69% from 401); Blue value is 120 (47.27% from 255 or 29.93% from 401); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5F78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5F78 is #45A087. Grayscale: #7D7D7D. Windows color (decimal): -4563080 or 7888826. OLE color: 7888826.

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

Color convert

RGB 186 95 120 -
CMYK 0 0.49 0.35 0.27
HSL 343.52º 0.4% 0.55% -
HSV(B) 343.52º 0.49% 0.73% -
XYZ 27.73 19.98 20.16 -
YUV 125.06 125.15 171.47 -
System Red Green Blue C M Y K H S L
Decimal 186 95 120 0 0.49 0.35 0.27 343.52 0.4 0.55
Hex BA 5F 78 0 31 23 1B 158 28 37
Octal 272 137 170 0 61 43 33 530 50 67
Binary 10111010 1011111 1111000 0 110001 100011 11011 101011000 101000 110111

Color Harmonies of #BA5F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5F78

Black with #BA5F78

Text Example


Text Example

White with #BA5F78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5F78; }

 p { color: rgb(186,95,120); }

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

background-color css

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

 a { background-color: rgb(186,95,120); }

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

border-color css

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

 span { border-color: rgb(186,95,120); }

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