Html Css Color HEX #BA7994 Tapestry

📋 copy color: '#BA7994'

red 186 ◦ green 121 ◦ blue 148

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

Shades of Tapestry #BA7994

Tints of Tapestry #BA7994

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.59%

 BLUE value IS 148 (58.2% from 255) = 32.53%

R = 40.88%
G = 26.59%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#BA7994 (or 0xBA7994) is known color: Tapestry. HEX triplet: BA, 79 and 94. RGB value is (186,121,148). Sum of RGB (Red+Green+Blue) = 186+121+148=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 121 (47.66% from 255 or 26.59% from 455); Blue value is 148 (58.20% from 255 or 32.53% from 455); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7994 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7994 is #45866B. Grayscale: #8F8F8F. Windows color (decimal): -4556396 or 9730490. OLE color: 9730490.

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

Color convert

RGB 186 121 148 -
CMYK 0 0.35 0.20 0.27
HSL 335.08º 0.32% 0.6% -
HSV(B) 335.08º 0.35% 0.73% -
XYZ 32.43 26.25 31.37 -
YUV 143.51 130.53 158.3 -
System Red Green Blue C M Y K H S L
Decimal 186 121 148 0 0.35 0.20 0.27 335.08 0.32 0.6
Hex BA 79 94 0 23 14 1B 14F 20 3C
Octal 272 171 224 0 43 24 33 517 40 74
Binary 10111010 1111001 10010100 0 100011 10100 11011 101001111 100000 111100

Color Harmonies of #BA7994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7994

Black with #BA7994

Text Example


Text Example

White with #BA7994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7994; }

 p { color: rgb(186,121,148); }

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

background-color css

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

 a { background-color: rgb(186,121,148); }

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

border-color css

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

 span { border-color: rgb(186,121,148); }

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