Html Css Color HEX #BA6D8D Tapestry

📋 copy color: '#BA6D8D'

red 186 ◦ green 109 ◦ blue 141

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

Shades of Tapestry #BA6D8D

Tints of Tapestry #BA6D8D

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25%

 BLUE value IS 141 (55.47% from 255) = 32.34%

R = 42.66%
G = 25%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#BA6D8D (or 0xBA6D8D) is known color: Tapestry. HEX triplet: BA, 6D and 8D. RGB value is (186,109,141). Sum of RGB (Red+Green+Blue) = 186+109+141=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 109 (42.97% from 255 or 25% from 436); Blue value is 141 (55.47% from 255 or 32.34% from 436); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6D8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6D8D is #459272. Grayscale: #878787. Windows color (decimal): -4559475 or 9268666. OLE color: 9268666.

HSL color Cylindrical-coordinate representation of color #BA6D8D: hue angle of 335.06º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BA6D8D is Cyan = 0, Magento = 0.41, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 109 141 -
CMYK 0 0.41 0.24 0.27
HSL 335.06º 0.36% 0.58% -
HSV(B) 335.06º 0.41% 0.73% -
XYZ 30.53 23.3 28.09 -
YUV 135.67 131.01 163.9 -
System Red Green Blue C M Y K H S L
Decimal 186 109 141 0 0.41 0.24 0.27 335.06 0.36 0.58
Hex BA 6D 8D 0 29 18 1B 14F 24 3A
Octal 272 155 215 0 51 30 33 517 44 72
Binary 10111010 1101101 10001101 0 101001 11000 11011 101001111 100100 111010

Color Harmonies of #BA6D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6D8D

Black with #BA6D8D

Text Example


Text Example

White with #BA6D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6D8D; }

 p { color: rgb(186,109,141); }

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

background-color css

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

 a { background-color: rgb(186,109,141); }

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

border-color css

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

 span { border-color: rgb(186,109,141); }

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