Html Css Color HEX #BA707C Tapestry

📋 copy color: '#BA707C'

red 186 ◦ green 112 ◦ blue 124

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

Shades of Tapestry #BA707C

Tints of Tapestry #BA707C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.54%

 BLUE value IS 124 (48.83% from 255) = 29.38%

R = 44.08%
G = 26.54%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BA707C (or 0xBA707C) is known color: Tapestry. HEX triplet: BA, 70 and 7C. RGB value is (186,112,124). Sum of RGB (Red+Green+Blue) = 186+112+124=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 112 (44.14% from 255 or 26.54% from 422); Blue value is 124 (48.83% from 255 or 29.38% from 422); Max value from RGB is 186 - color contains mainly: red. Hex color #BA707C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA707C is #458F83. Grayscale: #878787. Windows color (decimal): -4558724 or 8155322. OLE color: 8155322.

HSL color Cylindrical-coordinate representation of color #BA707C: hue angle of 350.27º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BA707C is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 112 124 -
CMYK 0 0.40 0.33 0.27
HSL 350.27º 0.35% 0.58% -
HSV(B) 350.27º 0.4% 0.73% -
XYZ 29.68 23.48 22.04 -
YUV 135.49 121.52 164.02 -
System Red Green Blue C M Y K H S L
Decimal 186 112 124 0 0.40 0.33 0.27 350.27 0.35 0.58
Hex BA 70 7C 0 28 21 1B 15E 23 3A
Octal 272 160 174 0 50 41 33 536 43 72
Binary 10111010 1110000 1111100 0 101000 100001 11011 101011110 100011 111010

Color Harmonies of #BA707C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA707C

Black with #BA707C

Text Example


Text Example

White with #BA707C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA707C; }

 p { color: rgb(186,112,124); }

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

background-color css

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

 a { background-color: rgb(186,112,124); }

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

border-color css

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

 span { border-color: rgb(186,112,124); }

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