Html Css Color HEX #BA6176 Tapestry

📋 copy color: '#BA6176'

red 186 ◦ green 97 ◦ blue 118

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

Shades of Tapestry #BA6176

Tints of Tapestry #BA6176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 29.43%

R = 46.38%
G = 24.19%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BA6176 (or 0xBA6176) is known color: Tapestry. HEX triplet: BA, 61 and 76. RGB value is (186,97,118). Sum of RGB (Red+Green+Blue) = 186+97+118=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 97 (38.28% from 255 or 24.19% from 401); Blue value is 118 (46.48% from 255 or 29.43% from 401); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6176 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6176 is #459E89. Grayscale: #7E7E7E. Windows color (decimal): -4562570 or 7758266. OLE color: 7758266.

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

Color convert

RGB 186 97 118 -
CMYK 0 0.48 0.37 0.27
HSL 345.84º 0.39% 0.55% -
HSV(B) 345.84º 0.48% 0.73% -
XYZ 27.79 20.3 19.59 -
YUV 126.01 123.49 170.79 -
System Red Green Blue C M Y K H S L
Decimal 186 97 118 0 0.48 0.37 0.27 345.84 0.39 0.55
Hex BA 61 76 0 30 25 1B 15A 27 37
Octal 272 141 166 0 60 45 33 532 47 67
Binary 10111010 1100001 1110110 0 110000 100101 11011 101011010 100111 110111

Color Harmonies of #BA6176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6176

Black with #BA6176

Text Example


Text Example

White with #BA6176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6176; }

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

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

background-color css

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

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

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

border-color css

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

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

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