Html Css Color HEX #BA6377 Tapestry

📋 copy color: '#BA6377'

red 186 ◦ green 99 ◦ blue 119

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

Shades of Tapestry #BA6377

Tints of Tapestry #BA6377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 29.46%

R = 46.04%
G = 24.5%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#BA6377 (or 0xBA6377) is known color: Tapestry. HEX triplet: BA, 63 and 77. RGB value is (186,99,119). Sum of RGB (Red+Green+Blue) = 186+99+119=404 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.04% from 404); Green value is 99 (39.06% from 255 or 24.50% from 404); Blue value is 119 (46.88% from 255 or 29.46% from 404); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6377 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6377 is #459C88. Grayscale: #7F7F7F. Windows color (decimal): -4562057 or 7824314. OLE color: 7824314.

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

Color convert

RGB 186 99 119 -
CMYK 0 0.47 0.36 0.27
HSL 346.21º 0.39% 0.56% -
HSV(B) 346.21º 0.47% 0.73% -
XYZ 28.04 20.69 19.97 -
YUV 127.29 123.32 169.87 -
System Red Green Blue C M Y K H S L
Decimal 186 99 119 0 0.47 0.36 0.27 346.21 0.39 0.56
Hex BA 63 77 0 2F 24 1B 15A 27 38
Octal 272 143 167 0 57 44 33 532 47 70
Binary 10111010 1100011 1110111 0 101111 100100 11011 101011010 100111 111000

Color Harmonies of #BA6377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6377

Black with #BA6377

Text Example


Text Example

White with #BA6377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6377; }

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

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

background-color css

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

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

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

border-color css

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

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

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