Html Css Color HEX #BA7787 Tapestry

📋 copy color: '#BA7787'

red 186 ◦ green 119 ◦ blue 135

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

Shades of Tapestry #BA7787

Tints of Tapestry #BA7787

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 30.68%

R = 42.27%
G = 27.05%
B = 30.68%

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

#BA7787 (or 0xBA7787) is known color: Tapestry. HEX triplet: BA, 77 and 87. RGB value is (186,119,135). Sum of RGB (Red+Green+Blue) = 186+119+135=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 119 (46.88% from 255 or 27.05% from 440); Blue value is 135 (53.12% from 255 or 30.68% from 440); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7787 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7787 is #458878. Grayscale: #8C8C8C. Windows color (decimal): -4556921 or 8878010. OLE color: 8878010.

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

Color convert

RGB 186 119 135 -
CMYK 0 0.36 0.27 0.27
HSL 345.67º 0.33% 0.6% -
HSV(B) 345.67º 0.36% 0.73% -
XYZ 31.22 25.38 26.18 -
YUV 140.86 124.7 160.2 -
System Red Green Blue C M Y K H S L
Decimal 186 119 135 0 0.36 0.27 0.27 345.67 0.33 0.6
Hex BA 77 87 0 24 1B 1B 15A 21 3C
Octal 272 167 207 0 44 33 33 532 41 74
Binary 10111010 1110111 10000111 0 100100 11011 11011 101011010 100001 111100

Color Harmonies of #BA7787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7787

Black with #BA7787

Text Example


Text Example

White with #BA7787

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7787; }

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

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

background-color css

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

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

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

border-color css

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

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

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