Html Css Color HEX #BA6576 Tapestry

📋 copy color: '#BA6576'

red 186 ◦ green 101 ◦ blue 118

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

Shades of Tapestry #BA6576

Tints of Tapestry #BA6576

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.94%

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

R = 45.93%
G = 24.94%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BA6576 (or 0xBA6576) is known color: Tapestry. HEX triplet: BA, 65 and 76. RGB value is (186,101,118). Sum of RGB (Red+Green+Blue) = 186+101+118=405 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.93% from 405); Green value is 101 (39.84% from 255 or 24.94% from 405); Blue value is 118 (46.48% from 255 or 29.14% from 405); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6576 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6576 is #459A89. Grayscale: #808080. Windows color (decimal): -4561546 or 7759290. OLE color: 7759290.

HSL color Cylindrical-coordinate representation of color #BA6576: hue angle of 348º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BA6576 is Cyan = 0, Magento = 0.46, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 101 118 -
CMYK 0 0.46 0.37 0.27
HSL 348º 0.38% 0.56% -
HSV(B) 348º 0.46% 0.73% -
XYZ 28.17 21.05 19.72 -
YUV 128.35 122.16 169.12 -
System Red Green Blue C M Y K H S L
Decimal 186 101 118 0 0.46 0.37 0.27 348 0.38 0.56
Hex BA 65 76 0 2E 25 1B 15C 26 38
Octal 272 145 166 0 56 45 33 534 46 70
Binary 10111010 1100101 1110110 0 101110 100101 11011 101011100 100110 111000

Color Harmonies of #BA6576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6576

Black with #BA6576

Text Example


Text Example

White with #BA6576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6576; }

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

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

background-color css

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

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

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

border-color css

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

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

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