Html Css Color HEX #BA6686 Tapestry

📋 copy color: '#BA6686'

red 186 ◦ green 102 ◦ blue 134

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

Shades of Tapestry #BA6686

Tints of Tapestry #BA6686

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.17%

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

R = 44.08%
G = 24.17%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#BA6686 (or 0xBA6686) is known color: Tapestry. HEX triplet: BA, 66 and 86. RGB value is (186,102,134). Sum of RGB (Red+Green+Blue) = 186+102+134=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 102 (40.23% from 255 or 24.17% from 422); Blue value is 134 (52.73% from 255 or 31.75% from 422); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6686 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6686 is #459979. Grayscale: #828282. Windows color (decimal): -4561274 or 8808122. OLE color: 8808122.

HSL color Cylindrical-coordinate representation of color #BA6686: hue angle of 337.14º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BA6686 is Cyan = 0, Magento = 0.45, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 102 134 -
CMYK 0 0.45 0.28 0.27
HSL 337.14º 0.38% 0.56% -
HSV(B) 337.14º 0.45% 0.73% -
XYZ 29.3 21.66 25.19 -
YUV 130.76 129.83 167.4 -
System Red Green Blue C M Y K H S L
Decimal 186 102 134 0 0.45 0.28 0.27 337.14 0.38 0.56
Hex BA 66 86 0 2D 1C 1B 151 26 38
Octal 272 146 206 0 55 34 33 521 46 70
Binary 10111010 1100110 10000110 0 101101 11100 11011 101010001 100110 111000

Color Harmonies of #BA6686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6686

Black with #BA6686

Text Example


Text Example

White with #BA6686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6686; }

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

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

background-color css

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

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

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

border-color css

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

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

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