Html Css Color HEX #BA717E Tapestry

📋 copy color: '#BA717E'

red 186 ◦ green 113 ◦ blue 126

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

Shades of Tapestry #BA717E

Tints of Tapestry #BA717E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.59%

 BLUE value IS 126 (49.61% from 255) = 29.65%

R = 43.76%
G = 26.59%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BA717E (or 0xBA717E) is known color: Tapestry. HEX triplet: BA, 71 and 7E. RGB value is (186,113,126). Sum of RGB (Red+Green+Blue) = 186+113+126=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 113 (44.53% from 255 or 26.59% from 425); Blue value is 126 (49.61% from 255 or 29.65% from 425); Max value from RGB is 186 - color contains mainly: red. Hex color #BA717E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA717E is #458E81. Grayscale: #888888. Windows color (decimal): -4558466 or 8286650. OLE color: 8286650.

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

Color convert

RGB 186 113 126 -
CMYK 0 0.39 0.32 0.27
HSL 349.32º 0.35% 0.59% -
HSV(B) 349.32º 0.39% 0.73% -
XYZ 29.92 23.76 22.75 -
YUV 136.31 122.18 163.44 -
System Red Green Blue C M Y K H S L
Decimal 186 113 126 0 0.39 0.32 0.27 349.32 0.35 0.59
Hex BA 71 7E 0 27 20 1B 15D 23 3B
Octal 272 161 176 0 47 40 33 535 43 73
Binary 10111010 1110001 1111110 0 100111 100000 11011 101011101 100011 111011

Color Harmonies of #BA717E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA717E

Black with #BA717E

Text Example


Text Example

White with #BA717E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA717E; }

 p { color: rgb(186,113,126); }

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

background-color css

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

 a { background-color: rgb(186,113,126); }

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

border-color css

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

 span { border-color: rgb(186,113,126); }

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