Html Css Color HEX #BA757F Tapestry

📋 copy color: '#BA757F'

red 186 ◦ green 117 ◦ blue 127

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

Shades of Tapestry #BA757F

Tints of Tapestry #BA757F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.21%

 BLUE value IS 127 (50% from 255) = 29.53%

R = 43.26%
G = 27.21%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BA757F (or 0xBA757F) is known color: Tapestry. HEX triplet: BA, 75 and 7F. RGB value is (186,117,127). Sum of RGB (Red+Green+Blue) = 186+117+127=430 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.26% from 430); Green value is 117 (46.09% from 255 or 27.21% from 430); Blue value is 127 (50% from 255 or 29.53% from 430); Max value from RGB is 186 - color contains mainly: red. Hex color #BA757F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA757F is #458A80. Grayscale: #8A8A8A. Windows color (decimal): -4557441 or 8353210. OLE color: 8353210.

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

Color convert

RGB 186 117 127 -
CMYK 0 0.37 0.32 0.27
HSL 351.3º 0.33% 0.59% -
HSV(B) 351.3º 0.37% 0.73% -
XYZ 30.44 24.69 23.24 -
YUV 138.77 121.36 161.69 -
System Red Green Blue C M Y K H S L
Decimal 186 117 127 0 0.37 0.32 0.27 351.3 0.33 0.59
Hex BA 75 7F 0 25 20 1B 15F 21 3B
Octal 272 165 177 0 45 40 33 537 41 73
Binary 10111010 1110101 1111111 0 100101 100000 11011 101011111 100001 111011

Color Harmonies of #BA757F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA757F

Black with #BA757F

Text Example


Text Example

White with #BA757F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA757F; }

 p { color: rgb(186,117,127); }

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

background-color css

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

 a { background-color: rgb(186,117,127); }

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

border-color css

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

 span { border-color: rgb(186,117,127); }

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