Html Css Color HEX #BA6378 Tapestry

📋 copy color: '#BA6378'

red 186 ◦ green 99 ◦ blue 120

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

Shades of Tapestry #BA6378

Tints of Tapestry #BA6378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 29.63%

R = 45.93%
G = 24.44%
B = 29.63%

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

#BA6378 (or 0xBA6378) is known color: Tapestry. HEX triplet: BA, 63 and 78. RGB value is (186,99,120). Sum of RGB (Red+Green+Blue) = 186+99+120=405 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.93% from 405); Green value is 99 (39.06% from 255 or 24.44% from 405); Blue value is 120 (47.27% from 255 or 29.63% from 405); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6378 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6378 is #459C87. Grayscale: #7F7F7F. Windows color (decimal): -4562056 or 7889850. OLE color: 7889850.

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

Color convert

RGB 186 99 120 -
CMYK 0 0.47 0.35 0.27
HSL 345.52º 0.39% 0.56% -
HSV(B) 345.52º 0.47% 0.73% -
XYZ 28.1 20.72 20.29 -
YUV 127.41 123.82 169.79 -
System Red Green Blue C M Y K H S L
Decimal 186 99 120 0 0.47 0.35 0.27 345.52 0.39 0.56
Hex BA 63 78 0 2F 23 1B 15A 27 38
Octal 272 143 170 0 57 43 33 532 47 70
Binary 10111010 1100011 1111000 0 101111 100011 11011 101011010 100111 111000

Color Harmonies of #BA6378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6378

Black with #BA6378

Text Example


Text Example

White with #BA6378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6378; }

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

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

background-color css

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

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

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

border-color css

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

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

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