Html Css Color HEX #BA7882 Tapestry

📋 copy color: '#BA7882'

red 186 ◦ green 120 ◦ blue 130

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

Shades of Tapestry #BA7882

Tints of Tapestry #BA7882

RGB

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

 GREEN value IS 120 (47.27% from 255) = 27.52%

 BLUE value IS 130 (51.17% from 255) = 29.82%

R = 42.66%
G = 27.52%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#BA7882 (or 0xBA7882) is known color: Tapestry. HEX triplet: BA, 78 and 82. RGB value is (186,120,130). Sum of RGB (Red+Green+Blue) = 186+120+130=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 120 (47.27% from 255 or 27.52% from 436); Blue value is 130 (51.17% from 255 or 29.82% from 436); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7882 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7882 is #45877D. Grayscale: #8C8C8C. Windows color (decimal): -4556670 or 8550586. OLE color: 8550586.

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

Color convert

RGB 186 120 130 -
CMYK 0 0.35 0.30 0.27
HSL 350.91º 0.32% 0.6% -
HSV(B) 350.91º 0.35% 0.73% -
XYZ 31 25.48 24.4 -
YUV 140.87 121.87 160.19 -
System Red Green Blue C M Y K H S L
Decimal 186 120 130 0 0.35 0.30 0.27 350.91 0.32 0.6
Hex BA 78 82 0 23 1E 1B 15F 20 3C
Octal 272 170 202 0 43 36 33 537 40 74
Binary 10111010 1111000 10000010 0 100011 11110 11011 101011111 100000 111100

Color Harmonies of #BA7882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7882

Black with #BA7882

Text Example


Text Example

White with #BA7882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7882; }

 p { color: rgb(186,120,130); }

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

background-color css

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

 a { background-color: rgb(186,120,130); }

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

border-color css

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

 span { border-color: rgb(186,120,130); }

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