Html Css Color HEX #BA788C Tapestry

📋 copy color: '#BA788C'

red 186 ◦ green 120 ◦ blue 140

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

Shades of Tapestry #BA788C

Tints of Tapestry #BA788C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 31.39%

R = 41.7%
G = 26.91%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BA788C (or 0xBA788C) is known color: Tapestry. HEX triplet: BA, 78 and 8C. RGB value is (186,120,140). Sum of RGB (Red+Green+Blue) = 186+120+140=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 120 (47.27% from 255 or 26.91% from 446); Blue value is 140 (55.08% from 255 or 31.39% from 446); Max value from RGB is 186 - color contains mainly: red. Hex color #BA788C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA788C is #458773. Grayscale: #8E8E8E. Windows color (decimal): -4556660 or 9205946. OLE color: 9205946.

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

Color convert

RGB 186 120 140 -
CMYK 0 0.35 0.25 0.27
HSL 341.82º 0.32% 0.6% -
HSV(B) 341.82º 0.35% 0.73% -
XYZ 31.7 25.77 28.11 -
YUV 142.01 126.87 159.37 -
System Red Green Blue C M Y K H S L
Decimal 186 120 140 0 0.35 0.25 0.27 341.82 0.32 0.6
Hex BA 78 8C 0 23 19 1B 156 20 3C
Octal 272 170 214 0 43 31 33 526 40 74
Binary 10111010 1111000 10001100 0 100011 11001 11011 101010110 100000 111100

Color Harmonies of #BA788C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA788C

Black with #BA788C

Text Example


Text Example

White with #BA788C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA788C; }

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

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

background-color css

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

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

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

border-color css

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

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

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