Html Css Color HEX #BA7A8D Tapestry

📋 copy color: '#BA7A8D'

red 186 ◦ green 122 ◦ blue 141

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

Shades of Tapestry #BA7A8D

Tints of Tapestry #BA7A8D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.17%

 BLUE value IS 141 (55.47% from 255) = 31.4%

R = 41.43%
G = 27.17%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#BA7A8D (or 0xBA7A8D) is known color: Tapestry. HEX triplet: BA, 7A and 8D. RGB value is (186,122,141). Sum of RGB (Red+Green+Blue) = 186+122+141=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 122 (48.05% from 255 or 27.17% from 449); Blue value is 141 (55.47% from 255 or 31.40% from 449); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7A8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7A8D is #458572. Grayscale: #8F8F8F. Windows color (decimal): -4556147 or 9271994. OLE color: 9271994.

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

Color convert

RGB 186 122 141 -
CMYK 0 0.34 0.24 0.27
HSL 342.19º 0.32% 0.6% -
HSV(B) 342.19º 0.34% 0.73% -
XYZ 32.02 26.28 28.58 -
YUV 143.3 126.7 158.46 -
System Red Green Blue C M Y K H S L
Decimal 186 122 141 0 0.34 0.24 0.27 342.19 0.32 0.6
Hex BA 7A 8D 0 22 18 1B 156 20 3C
Octal 272 172 215 0 42 30 33 526 40 74
Binary 10111010 1111010 10001101 0 100010 11000 11011 101010110 100000 111100

Color Harmonies of #BA7A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7A8D

Black with #BA7A8D

Text Example


Text Example

White with #BA7A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7A8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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