Html Css Color HEX #BA768D Tapestry

📋 copy color: '#BA768D'

red 186 ◦ green 118 ◦ blue 141

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

Shades of Tapestry #BA768D

Tints of Tapestry #BA768D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.52%

 BLUE value IS 141 (55.47% from 255) = 31.69%

R = 41.8%
G = 26.52%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#BA768D (or 0xBA768D) is known color: Tapestry. HEX triplet: BA, 76 and 8D. RGB value is (186,118,141). Sum of RGB (Red+Green+Blue) = 186+118+141=445 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.80% from 445); Green value is 118 (46.48% from 255 or 26.52% from 445); Blue value is 141 (55.47% from 255 or 31.69% from 445); Max value from RGB is 186 - color contains mainly: red. Hex color #BA768D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA768D is #458972. Grayscale: #8C8C8C. Windows color (decimal): -4557171 or 9270970. OLE color: 9270970.

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

Color convert

RGB 186 118 141 -
CMYK 0 0.37 0.24 0.27
HSL 339.71º 0.33% 0.6% -
HSV(B) 339.71º 0.37% 0.73% -
XYZ 31.54 25.32 28.42 -
YUV 140.95 128.03 160.13 -
System Red Green Blue C M Y K H S L
Decimal 186 118 141 0 0.37 0.24 0.27 339.71 0.33 0.6
Hex BA 76 8D 0 25 18 1B 154 21 3C
Octal 272 166 215 0 45 30 33 524 41 74
Binary 10111010 1110110 10001101 0 100101 11000 11011 101010100 100001 111100

Color Harmonies of #BA768D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA768D

Black with #BA768D

Text Example


Text Example

White with #BA768D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA768D; }

 p { color: rgb(186,118,141); }

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

background-color css

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

 a { background-color: rgb(186,118,141); }

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

border-color css

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

 span { border-color: rgb(186,118,141); }

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