Html Css Color HEX #BA7392 Tapestry

📋 copy color: '#BA7392'

red 186 ◦ green 115 ◦ blue 146

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

Shades of Tapestry #BA7392

Tints of Tapestry #BA7392

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.73%

 BLUE value IS 146 (57.42% from 255) = 32.66%

R = 41.61%
G = 25.73%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#BA7392 (or 0xBA7392) is known color: Tapestry. HEX triplet: BA, 73 and 92. RGB value is (186,115,146). Sum of RGB (Red+Green+Blue) = 186+115+146=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 115 (45.31% from 255 or 25.73% from 447); Blue value is 146 (57.42% from 255 or 32.66% from 447); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7392 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7392 is #458C6D. Grayscale: #8B8B8B. Windows color (decimal): -4557934 or 9597882. OLE color: 9597882.

HSL color Cylindrical-coordinate representation of color #BA7392: hue angle of 333.8º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BA7392 is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 115 146 -
CMYK 0 0.38 0.22 0.27
HSL 333.8º 0.34% 0.59% -
HSV(B) 333.8º 0.38% 0.73% -
XYZ 31.57 24.78 30.31 -
YUV 139.76 131.52 160.98 -
System Red Green Blue C M Y K H S L
Decimal 186 115 146 0 0.38 0.22 0.27 333.8 0.34 0.59
Hex BA 73 92 0 26 16 1B 14E 22 3B
Octal 272 163 222 0 46 26 33 516 42 73
Binary 10111010 1110011 10010010 0 100110 10110 11011 101001110 100010 111011

Color Harmonies of #BA7392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7392

Black with #BA7392

Text Example


Text Example

White with #BA7392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7392; }

 p { color: rgb(186,115,146); }

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

background-color css

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

 a { background-color: rgb(186,115,146); }

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

border-color css

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

 span { border-color: rgb(186,115,146); }

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