Html Css Color HEX #BA648D Tapestry

📋 copy color: '#BA648D'

red 186 ◦ green 100 ◦ blue 141

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

Shades of Tapestry #BA648D

Tints of Tapestry #BA648D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.42%

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

R = 43.56%
G = 23.42%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#BA648D (or 0xBA648D) is known color: Tapestry. HEX triplet: BA, 64 and 8D. RGB value is (186,100,141). Sum of RGB (Red+Green+Blue) = 186+100+141=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 100 (39.45% from 255 or 23.42% from 427); Blue value is 141 (55.47% from 255 or 33.02% from 427); Max value from RGB is 186 - color contains mainly: red. Hex color #BA648D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA648D is #459B72. Grayscale: #828282. Windows color (decimal): -4561779 or 9266362. OLE color: 9266362.

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

Color convert

RGB 186 100 141 -
CMYK 0 0.46 0.24 0.27
HSL 331.4º 0.38% 0.56% -
HSV(B) 331.4º 0.46% 0.73% -
XYZ 29.61 21.48 27.78 -
YUV 130.39 133.99 167.67 -
System Red Green Blue C M Y K H S L
Decimal 186 100 141 0 0.46 0.24 0.27 331.4 0.38 0.56
Hex BA 64 8D 0 2E 18 1B 14B 26 38
Octal 272 144 215 0 56 30 33 513 46 70
Binary 10111010 1100100 10001101 0 101110 11000 11011 101001011 100110 111000

Color Harmonies of #BA648D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA648D

Black with #BA648D

Text Example


Text Example

White with #BA648D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA648D; }

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

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

background-color css

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

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

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

border-color css

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

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

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