Html Css Color HEX #BA7788 Tapestry

📋 copy color: '#BA7788'

red 186 ◦ green 119 ◦ blue 136

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

Shades of Tapestry #BA7788

Tints of Tapestry #BA7788

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 30.84%

R = 42.18%
G = 26.98%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#BA7788 (or 0xBA7788) is known color: Tapestry. HEX triplet: BA, 77 and 88. RGB value is (186,119,136). Sum of RGB (Red+Green+Blue) = 186+119+136=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 119 (46.88% from 255 or 26.98% from 441); Blue value is 136 (53.52% from 255 or 30.84% from 441); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7788 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7788 is #458877. Grayscale: #8C8C8C. Windows color (decimal): -4556920 or 8943546. OLE color: 8943546.

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

Color convert

RGB 186 119 136 -
CMYK 0 0.36 0.27 0.27
HSL 344.78º 0.33% 0.6% -
HSV(B) 344.78º 0.36% 0.73% -
XYZ 31.29 25.41 26.55 -
YUV 140.97 125.2 160.12 -
System Red Green Blue C M Y K H S L
Decimal 186 119 136 0 0.36 0.27 0.27 344.78 0.33 0.6
Hex BA 77 88 0 24 1B 1B 159 21 3C
Octal 272 167 210 0 44 33 33 531 41 74
Binary 10111010 1110111 10001000 0 100100 11011 11011 101011001 100001 111100

Color Harmonies of #BA7788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7788

Black with #BA7788

Text Example


Text Example

White with #BA7788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7788; }

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

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

background-color css

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

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

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

border-color css

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

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

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