Html Css Color HEX #BA7790 Tapestry

📋 copy color: '#BA7790'

red 186 ◦ green 119 ◦ blue 144

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

Shades of Tapestry #BA7790

Tints of Tapestry #BA7790

RGB

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

 GREEN value IS 119 (46.88% from 255) = 26.5%

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

R = 41.43%
G = 26.5%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#BA7790 (or 0xBA7790) is known color: Tapestry. HEX triplet: BA, 77 and 90. RGB value is (186,119,144). Sum of RGB (Red+Green+Blue) = 186+119+144=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 119 (46.88% from 255 or 26.50% from 449); Blue value is 144 (56.64% from 255 or 32.07% from 449); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7790 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7790 is #45886F. Grayscale: #8D8D8D. Windows color (decimal): -4556912 or 9467834. OLE color: 9467834.

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

Color convert

RGB 186 119 144 -
CMYK 0 0.36 0.23 0.27
HSL 337.61º 0.33% 0.6% -
HSV(B) 337.61º 0.36% 0.73% -
XYZ 31.88 25.65 29.66 -
YUV 141.88 129.2 159.47 -
System Red Green Blue C M Y K H S L
Decimal 186 119 144 0 0.36 0.23 0.27 337.61 0.33 0.6
Hex BA 77 90 0 24 17 1B 152 21 3C
Octal 272 167 220 0 44 27 33 522 41 74
Binary 10111010 1110111 10010000 0 100100 10111 11011 101010010 100001 111100

Color Harmonies of #BA7790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7790

Black with #BA7790

Text Example


Text Example

White with #BA7790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7790; }

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

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

background-color css

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

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

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

border-color css

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

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

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