Html Css Color HEX #BA767C Tapestry

📋 copy color: '#BA767C'

red 186 ◦ green 118 ◦ blue 124

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

Shades of Tapestry #BA767C

Tints of Tapestry #BA767C

RGB

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

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

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

R = 43.46%
G = 27.57%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BA767C (or 0xBA767C) is known color: Tapestry. HEX triplet: BA, 76 and 7C. RGB value is (186,118,124). Sum of RGB (Red+Green+Blue) = 186+118+124=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 118 (46.48% from 255 or 27.57% from 428); Blue value is 124 (48.83% from 255 or 28.97% from 428); Max value from RGB is 186 - color contains mainly: red. Hex color #BA767C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA767C is #458983. Grayscale: #8B8B8B. Windows color (decimal): -4557188 or 8156858. OLE color: 8156858.

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

Color convert

RGB 186 118 124 -
CMYK 0 0.37 0.33 0.27
HSL 354.71º 0.33% 0.6% -
HSV(B) 354.71º 0.37% 0.73% -
XYZ 30.37 24.85 22.27 -
YUV 139.02 119.53 161.51 -
System Red Green Blue C M Y K H S L
Decimal 186 118 124 0 0.37 0.33 0.27 354.71 0.33 0.6
Hex BA 76 7C 0 25 21 1B 163 21 3C
Octal 272 166 174 0 45 41 33 543 41 74
Binary 10111010 1110110 1111100 0 100101 100001 11011 101100011 100001 111100

Color Harmonies of #BA767C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA767C

Black with #BA767C

Text Example


Text Example

White with #BA767C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA767C; }

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

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

background-color css

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

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

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

border-color css

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

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

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