Html Css Color HEX #BA6679 Tapestry

📋 copy color: '#BA6679'

red 186 ◦ green 102 ◦ blue 121

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

Shades of Tapestry #BA6679

Tints of Tapestry #BA6679

RGB

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

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

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

R = 45.48%
G = 24.94%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BA6679 (or 0xBA6679) is known color: Tapestry. HEX triplet: BA, 66 and 79. RGB value is (186,102,121). Sum of RGB (Red+Green+Blue) = 186+102+121=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 102 (40.23% from 255 or 24.94% from 409); Blue value is 121 (47.66% from 255 or 29.58% from 409); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6679 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6679 is #459986. Grayscale: #818181. Windows color (decimal): -4561287 or 7956154. OLE color: 7956154.

HSL color Cylindrical-coordinate representation of color #BA6679: hue angle of 346.43º 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 #BA6679 is Cyan = 0, Magento = 0.45, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 102 121 -
CMYK 0 0.45 0.35 0.27
HSL 346.43º 0.38% 0.56% -
HSV(B) 346.43º 0.45% 0.73% -
XYZ 28.45 21.32 20.71 -
YUV 129.28 123.33 168.46 -
System Red Green Blue C M Y K H S L
Decimal 186 102 121 0 0.45 0.35 0.27 346.43 0.38 0.56
Hex BA 66 79 0 2D 23 1B 15A 26 38
Octal 272 146 171 0 55 43 33 532 46 70
Binary 10111010 1100110 1111001 0 101101 100011 11011 101011010 100110 111000

Color Harmonies of #BA6679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6679

Black with #BA6679

Text Example


Text Example

White with #BA6679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6679; }

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

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

background-color css

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

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

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

border-color css

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

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

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