Html Css Color HEX #BA7993 Tapestry

📋 copy color: '#BA7993'

red 186 ◦ green 121 ◦ blue 147

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

Shades of Tapestry #BA7993

Tints of Tapestry #BA7993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 32.38%

R = 40.97%
G = 26.65%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#BA7993 (or 0xBA7993) is known color: Tapestry. HEX triplet: BA, 79 and 93. RGB value is (186,121,147). Sum of RGB (Red+Green+Blue) = 186+121+147=454 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.97% from 454); Green value is 121 (47.66% from 255 or 26.65% from 454); Blue value is 147 (57.81% from 255 or 32.38% from 454); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7993 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7993 is #45866C. Grayscale: #8F8F8F. Windows color (decimal): -4556397 or 9664954. OLE color: 9664954.

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

Color convert

RGB 186 121 147 -
CMYK 0 0.35 0.21 0.27
HSL 336º 0.32% 0.6% -
HSV(B) 336º 0.35% 0.73% -
XYZ 32.35 26.22 30.96 -
YUV 143.4 130.03 158.39 -
System Red Green Blue C M Y K H S L
Decimal 186 121 147 0 0.35 0.21 0.27 336 0.32 0.6
Hex BA 79 93 0 23 15 1B 150 20 3C
Octal 272 171 223 0 43 25 33 520 40 74
Binary 10111010 1111001 10010011 0 100011 10101 11011 101010000 100000 111100

Color Harmonies of #BA7993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7993

Black with #BA7993

Text Example


Text Example

White with #BA7993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7993; }

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

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

background-color css

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

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

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

border-color css

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

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

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