Html Css Color HEX #BA7C90 Tapestry

📋 copy color: '#BA7C90'

red 186 ◦ green 124 ◦ blue 144

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

Shades of Tapestry #BA7C90

Tints of Tapestry #BA7C90

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.31%

 BLUE value IS 144 (56.64% from 255) = 31.72%

R = 40.97%
G = 27.31%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#BA7C90 (or 0xBA7C90) is known color: Tapestry. HEX triplet: BA, 7C and 90. RGB value is (186,124,144). Sum of RGB (Red+Green+Blue) = 186+124+144=454 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.97% from 454); Green value is 124 (48.83% from 255 or 27.31% from 454); Blue value is 144 (56.64% from 255 or 31.72% from 454); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7C90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7C90 is #45836F. Grayscale: #909090. Windows color (decimal): -4555632 or 9469114. OLE color: 9469114.

HSL color Cylindrical-coordinate representation of color #BA7C90: hue angle of 340.65º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BA7C90 is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 124 144 -
CMYK 0 0.33 0.23 0.27
HSL 340.65º 0.31% 0.61% -
HSV(B) 340.65º 0.33% 0.73% -
XYZ 32.49 26.87 29.86 -
YUV 144.82 127.54 157.37 -
System Red Green Blue C M Y K H S L
Decimal 186 124 144 0 0.33 0.23 0.27 340.65 0.31 0.61
Hex BA 7C 90 0 21 17 1B 155 1F 3D
Octal 272 174 220 0 41 27 33 525 37 75
Binary 10111010 1111100 10010000 0 100001 10111 11011 101010101 11111 111101

Color Harmonies of #BA7C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7C90

Black with #BA7C90

Text Example


Text Example

White with #BA7C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7C90; }

 p { color: rgb(186,124,144); }

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

background-color css

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

 a { background-color: rgb(186,124,144); }

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

border-color css

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

 span { border-color: rgb(186,124,144); }

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