Html Css Color HEX #BA6374 Tapestry

📋 copy color: '#BA6374'

red 186 ◦ green 99 ◦ blue 116

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

Shades of Tapestry #BA6374

Tints of Tapestry #BA6374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 28.93%

R = 46.38%
G = 24.69%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#BA6374 (or 0xBA6374) is known color: Tapestry. HEX triplet: BA, 63 and 74. RGB value is (186,99,116). Sum of RGB (Red+Green+Blue) = 186+99+116=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 99 (39.06% from 255 or 24.69% from 401); Blue value is 116 (45.70% from 255 or 28.93% from 401); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6374 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6374 is #459C8B. Grayscale: #7E7E7E. Windows color (decimal): -4562060 or 7627706. OLE color: 7627706.

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

Color convert

RGB 186 99 116 -
CMYK 0 0.47 0.38 0.27
HSL 348.28º 0.39% 0.56% -
HSV(B) 348.28º 0.47% 0.73% -
XYZ 27.86 20.62 19.04 -
YUV 126.95 121.82 170.12 -
System Red Green Blue C M Y K H S L
Decimal 186 99 116 0 0.47 0.38 0.27 348.28 0.39 0.56
Hex BA 63 74 0 2F 26 1B 15C 27 38
Octal 272 143 164 0 57 46 33 534 47 70
Binary 10111010 1100011 1110100 0 101111 100110 11011 101011100 100111 111000

Color Harmonies of #BA6374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6374

Black with #BA6374

Text Example


Text Example

White with #BA6374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6374; }

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

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

background-color css

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

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

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

border-color css

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

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

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