Html Css Color HEX #BA7791 Tapestry

📋 copy color: '#BA7791'

red 186 ◦ green 119 ◦ blue 145

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

Shades of Tapestry #BA7791

Tints of Tapestry #BA7791

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 32.22%

R = 41.33%
G = 26.44%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#BA7791 (or 0xBA7791) is known color: Tapestry. HEX triplet: BA, 77 and 91. RGB value is (186,119,145). Sum of RGB (Red+Green+Blue) = 186+119+145=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 119 (46.88% from 255 or 26.44% from 450); Blue value is 145 (57.03% from 255 or 32.22% from 450); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7791 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7791 is #45886E. Grayscale: #8D8D8D. Windows color (decimal): -4556911 or 9533370. OLE color: 9533370.

HSL color Cylindrical-coordinate representation of color #BA7791: hue angle of 336.72º 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 #BA7791 is Cyan = 0, Magento = 0.36, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 119 145 -
CMYK 0 0.36 0.22 0.27
HSL 336.72º 0.33% 0.6% -
HSV(B) 336.72º 0.36% 0.73% -
XYZ 31.96 25.68 30.06 -
YUV 142 129.7 159.39 -
System Red Green Blue C M Y K H S L
Decimal 186 119 145 0 0.36 0.22 0.27 336.72 0.33 0.6
Hex BA 77 91 0 24 16 1B 151 21 3C
Octal 272 167 221 0 44 26 33 521 41 74
Binary 10111010 1110111 10010001 0 100100 10110 11011 101010001 100001 111100

Color Harmonies of #BA7791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7791

Black with #BA7791

Text Example


Text Example

White with #BA7791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7791; }

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

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

background-color css

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

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

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

border-color css

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

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

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