Html Css Color HEX #BA6177 Tapestry

📋 copy color: '#BA6177'

red 186 ◦ green 97 ◦ blue 119

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

Shades of Tapestry #BA6177

Tints of Tapestry #BA6177

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.13%

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

R = 46.27%
G = 24.13%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#BA6177 (or 0xBA6177) is known color: Tapestry. HEX triplet: BA, 61 and 77. RGB value is (186,97,119). Sum of RGB (Red+Green+Blue) = 186+97+119=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 97 (38.28% from 255 or 24.13% from 402); Blue value is 119 (46.88% from 255 or 29.60% from 402); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6177 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6177 is #459E88. Grayscale: #7E7E7E. Windows color (decimal): -4562569 or 7823802. OLE color: 7823802.

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

Color convert

RGB 186 97 119 -
CMYK 0 0.48 0.36 0.27
HSL 345.17º 0.39% 0.55% -
HSV(B) 345.17º 0.48% 0.73% -
XYZ 27.85 20.32 19.91 -
YUV 126.12 123.99 170.71 -
System Red Green Blue C M Y K H S L
Decimal 186 97 119 0 0.48 0.36 0.27 345.17 0.39 0.55
Hex BA 61 77 0 30 24 1B 159 27 37
Octal 272 141 167 0 60 44 33 531 47 67
Binary 10111010 1100001 1110111 0 110000 100100 11011 101011001 100111 110111

Color Harmonies of #BA6177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6177

Black with #BA6177

Text Example


Text Example

White with #BA6177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6177; }

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

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

background-color css

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

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

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

border-color css

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

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

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