Html Css Color HEX #BA7389 Tapestry

📋 copy color: '#BA7389'

red 186 ◦ green 115 ◦ blue 137

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

Shades of Tapestry #BA7389

Tints of Tapestry #BA7389

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 31.28%

R = 42.47%
G = 26.26%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BA7389 (or 0xBA7389) is known color: Tapestry. HEX triplet: BA, 73 and 89. RGB value is (186,115,137). Sum of RGB (Red+Green+Blue) = 186+115+137=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 115 (45.31% from 255 or 26.26% from 438); Blue value is 137 (53.91% from 255 or 31.28% from 438); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7389 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7389 is #458C76. Grayscale: #8A8A8A. Windows color (decimal): -4557943 or 9008058. OLE color: 9008058.

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

Color convert

RGB 186 115 137 -
CMYK 0 0.38 0.26 0.27
HSL 341.41º 0.34% 0.59% -
HSV(B) 341.41º 0.38% 0.73% -
XYZ 30.9 24.51 26.77 -
YUV 138.74 127.02 161.71 -
System Red Green Blue C M Y K H S L
Decimal 186 115 137 0 0.38 0.26 0.27 341.41 0.34 0.59
Hex BA 73 89 0 26 1A 1B 155 22 3B
Octal 272 163 211 0 46 32 33 525 42 73
Binary 10111010 1110011 10001001 0 100110 11010 11011 101010101 100010 111011

Color Harmonies of #BA7389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7389

Black with #BA7389

Text Example


Text Example

White with #BA7389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7389; }

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

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

background-color css

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

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

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

border-color css

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

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

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