Html Css Color HEX #BA7589 Tapestry

📋 copy color: '#BA7589'

red 186 ◦ green 117 ◦ blue 137

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

Shades of Tapestry #BA7589

Tints of Tapestry #BA7589

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.59%

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

R = 42.27%
G = 26.59%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BA7589 (or 0xBA7589) is known color: Tapestry. HEX triplet: BA, 75 and 89. RGB value is (186,117,137). Sum of RGB (Red+Green+Blue) = 186+117+137=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 117 (46.09% from 255 or 26.59% from 440); Blue value is 137 (53.91% from 255 or 31.14% from 440); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7589 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7589 is #458A76. Grayscale: #8B8B8B. Windows color (decimal): -4557431 or 9008570. OLE color: 9008570.

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

Color convert

RGB 186 117 137 -
CMYK 0 0.37 0.26 0.27
HSL 342.61º 0.33% 0.59% -
HSV(B) 342.61º 0.37% 0.73% -
XYZ 31.13 24.97 26.85 -
YUV 139.91 126.36 160.87 -
System Red Green Blue C M Y K H S L
Decimal 186 117 137 0 0.37 0.26 0.27 342.61 0.33 0.59
Hex BA 75 89 0 25 1A 1B 157 21 3B
Octal 272 165 211 0 45 32 33 527 41 73
Binary 10111010 1110101 10001001 0 100101 11010 11011 101010111 100001 111011

Color Harmonies of #BA7589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7589

Black with #BA7589

Text Example


Text Example

White with #BA7589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7589; }

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

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

background-color css

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

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

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

border-color css

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

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

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