Html Css Color HEX #BA787D Tapestry

📋 copy color: '#BA787D'

red 186 ◦ green 120 ◦ blue 125

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

Shades of Tapestry #BA787D

Tints of Tapestry #BA787D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29%

R = 43.16%
G = 27.84%
B = 29%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BA787D (or 0xBA787D) is known color: Tapestry. HEX triplet: BA, 78 and 7D. RGB value is (186,120,125). Sum of RGB (Red+Green+Blue) = 186+120+125=431 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.16% from 431); Green value is 120 (47.27% from 255 or 27.84% from 431); Blue value is 125 (49.22% from 255 or 29.00% from 431); Max value from RGB is 186 - color contains mainly: red. Hex color #BA787D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA787D is #458782. Grayscale: #8C8C8C. Windows color (decimal): -4556675 or 8222906. OLE color: 8222906.

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

Color convert

RGB 186 120 125 -
CMYK 0 0.35 0.33 0.27
HSL 355.45º 0.32% 0.6% -
HSV(B) 355.45º 0.35% 0.73% -
XYZ 30.67 25.35 22.68 -
YUV 140.3 119.37 160.59 -
System Red Green Blue C M Y K H S L
Decimal 186 120 125 0 0.35 0.33 0.27 355.45 0.32 0.6
Hex BA 78 7D 0 23 21 1B 163 20 3C
Octal 272 170 175 0 43 41 33 543 40 74
Binary 10111010 1111000 1111101 0 100011 100001 11011 101100011 100000 111100

Color Harmonies of #BA787D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA787D

Black with #BA787D

Text Example


Text Example

White with #BA787D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA787D; }

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

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

background-color css

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

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

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

border-color css

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

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

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