Html Css Color HEX #BA6379 Tapestry

📋 copy color: '#BA6379'

red 186 ◦ green 99 ◦ blue 121

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

Shades of Tapestry #BA6379

Tints of Tapestry #BA6379

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.38%

 BLUE value IS 121 (47.66% from 255) = 29.8%

R = 45.81%
G = 24.38%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BA6379 (or 0xBA6379) is known color: Tapestry. HEX triplet: BA, 63 and 79. RGB value is (186,99,121). Sum of RGB (Red+Green+Blue) = 186+99+121=406 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.81% from 406); Green value is 99 (39.06% from 255 or 24.38% from 406); Blue value is 121 (47.66% from 255 or 29.80% from 406); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6379 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6379 is #459C86. Grayscale: #7F7F7F. Windows color (decimal): -4562055 or 7955386. OLE color: 7955386.

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

Color convert

RGB 186 99 121 -
CMYK 0 0.47 0.35 0.27
HSL 344.83º 0.39% 0.56% -
HSV(B) 344.83º 0.47% 0.73% -
XYZ 28.16 20.74 20.61 -
YUV 127.52 124.32 169.71 -
System Red Green Blue C M Y K H S L
Decimal 186 99 121 0 0.47 0.35 0.27 344.83 0.39 0.56
Hex BA 63 79 0 2F 23 1B 159 27 38
Octal 272 143 171 0 57 43 33 531 47 70
Binary 10111010 1100011 1111001 0 101111 100011 11011 101011001 100111 111000

Color Harmonies of #BA6379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6379

Black with #BA6379

Text Example


Text Example

White with #BA6379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6379; }

 p { color: rgb(186,99,121); }

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

background-color css

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

 a { background-color: rgb(186,99,121); }

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

border-color css

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

 span { border-color: rgb(186,99,121); }

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