Html Css Color HEX #BA7386 Tapestry

📋 copy color: '#BA7386'

red 186 ◦ green 115 ◦ blue 134

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

Shades of Tapestry #BA7386

Tints of Tapestry #BA7386

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 30.8%

R = 42.76%
G = 26.44%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#BA7386 (or 0xBA7386) is known color: Tapestry. HEX triplet: BA, 73 and 86. RGB value is (186,115,134). Sum of RGB (Red+Green+Blue) = 186+115+134=435 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.76% from 435); Green value is 115 (45.31% from 255 or 26.44% from 435); Blue value is 134 (52.73% from 255 or 30.80% from 435); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7386 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7386 is #458C79. Grayscale: #8A8A8A. Windows color (decimal): -4557946 or 8811450. OLE color: 8811450.

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

Color convert

RGB 186 115 134 -
CMYK 0 0.38 0.28 0.27
HSL 343.94º 0.34% 0.59% -
HSV(B) 343.94º 0.38% 0.73% -
XYZ 30.68 24.42 25.65 -
YUV 138.4 125.52 161.96 -
System Red Green Blue C M Y K H S L
Decimal 186 115 134 0 0.38 0.28 0.27 343.94 0.34 0.59
Hex BA 73 86 0 26 1C 1B 158 22 3B
Octal 272 163 206 0 46 34 33 530 42 73
Binary 10111010 1110011 10000110 0 100110 11100 11011 101011000 100010 111011

Color Harmonies of #BA7386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7386

Black with #BA7386

Text Example


Text Example

White with #BA7386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7386; }

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

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

background-color css

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

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

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

border-color css

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

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

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