Html Css Color HEX #BA708F Tapestry

📋 copy color: '#BA708F'

red 186 ◦ green 112 ◦ blue 143

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

Shades of Tapestry #BA708F

Tints of Tapestry #BA708F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.4%

 BLUE value IS 143 (56.25% from 255) = 32.43%

R = 42.18%
G = 25.4%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#BA708F (or 0xBA708F) is known color: Tapestry. HEX triplet: BA, 70 and 8F. RGB value is (186,112,143). Sum of RGB (Red+Green+Blue) = 186+112+143=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 112 (44.14% from 255 or 25.40% from 441); Blue value is 143 (56.25% from 255 or 32.43% from 441); Max value from RGB is 186 - color contains mainly: red. Hex color #BA708F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA708F is #458F70. Grayscale: #898989. Windows color (decimal): -4558705 or 9400506. OLE color: 9400506.

HSL color Cylindrical-coordinate representation of color #BA708F: hue angle of 334.86º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BA708F is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 112 143 -
CMYK 0 0.40 0.23 0.27
HSL 334.86º 0.35% 0.58% -
HSV(B) 334.86º 0.4% 0.73% -
XYZ 31 24.01 28.99 -
YUV 137.66 131.02 162.48 -
System Red Green Blue C M Y K H S L
Decimal 186 112 143 0 0.40 0.23 0.27 334.86 0.35 0.58
Hex BA 70 8F 0 28 17 1B 14F 23 3A
Octal 272 160 217 0 50 27 33 517 43 72
Binary 10111010 1110000 10001111 0 101000 10111 11011 101001111 100011 111010

Color Harmonies of #BA708F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA708F

Black with #BA708F

Text Example


Text Example

White with #BA708F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA708F; }

 p { color: rgb(186,112,143); }

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

background-color css

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

 a { background-color: rgb(186,112,143); }

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

border-color css

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

 span { border-color: rgb(186,112,143); }

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