Html Css Color HEX #BA687A Tapestry

📋 copy color: '#BA687A'

red 186 ◦ green 104 ◦ blue 122

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

Shades of Tapestry #BA687A

Tints of Tapestry #BA687A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.24%

 BLUE value IS 122 (48.05% from 255) = 29.61%

R = 45.15%
G = 25.24%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BA687A (or 0xBA687A) is known color: Tapestry. HEX triplet: BA, 68 and 7A. RGB value is (186,104,122). Sum of RGB (Red+Green+Blue) = 186+104+122=412 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.15% from 412); Green value is 104 (41.02% from 255 or 25.24% from 412); Blue value is 122 (48.05% from 255 or 29.61% from 412); Max value from RGB is 186 - color contains mainly: red. Hex color #BA687A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA687A is #459785. Grayscale: #828282. Windows color (decimal): -4560774 or 8022202. OLE color: 8022202.

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

Color convert

RGB 186 104 122 -
CMYK 0 0.44 0.34 0.27
HSL 346.83º 0.37% 0.57% -
HSV(B) 346.83º 0.44% 0.73% -
XYZ 28.71 21.74 21.1 -
YUV 130.57 123.17 167.54 -
System Red Green Blue C M Y K H S L
Decimal 186 104 122 0 0.44 0.34 0.27 346.83 0.37 0.57
Hex BA 68 7A 0 2C 22 1B 15B 25 39
Octal 272 150 172 0 54 42 33 533 45 71
Binary 10111010 1101000 1111010 0 101100 100010 11011 101011011 100101 111001

Color Harmonies of #BA687A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA687A

Black with #BA687A

Text Example


Text Example

White with #BA687A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA687A; }

 p { color: rgb(186,104,122); }

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

background-color css

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

 a { background-color: rgb(186,104,122); }

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

border-color css

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

 span { border-color: rgb(186,104,122); }

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