Html Css Color HEX #BA718B Tapestry

📋 copy color: '#BA718B'

red 186 ◦ green 113 ◦ blue 139

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

Shades of Tapestry #BA718B

Tints of Tapestry #BA718B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.8%

 BLUE value IS 139 (54.69% from 255) = 31.74%

R = 42.47%
G = 25.8%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BA718B (or 0xBA718B) is known color: Tapestry. HEX triplet: BA, 71 and 8B. RGB value is (186,113,139). Sum of RGB (Red+Green+Blue) = 186+113+139=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 113 (44.53% from 255 or 25.80% from 438); Blue value is 139 (54.69% from 255 or 31.74% from 438); Max value from RGB is 186 - color contains mainly: red. Hex color #BA718B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA718B is #458E74. Grayscale: #898989. Windows color (decimal): -4558453 or 9138618. OLE color: 9138618.

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

Color convert

RGB 186 113 139 -
CMYK 0 0.39 0.25 0.27
HSL 338.63º 0.35% 0.59% -
HSV(B) 338.63º 0.39% 0.73% -
XYZ 30.82 24.11 27.46 -
YUV 137.79 128.68 162.39 -
System Red Green Blue C M Y K H S L
Decimal 186 113 139 0 0.39 0.25 0.27 338.63 0.35 0.59
Hex BA 71 8B 0 27 19 1B 153 23 3B
Octal 272 161 213 0 47 31 33 523 43 73
Binary 10111010 1110001 10001011 0 100111 11001 11011 101010011 100011 111011

Color Harmonies of #BA718B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA718B

Black with #BA718B

Text Example


Text Example

White with #BA718B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA718B; }

 p { color: rgb(186,113,139); }

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

background-color css

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

 a { background-color: rgb(186,113,139); }

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

border-color css

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

 span { border-color: rgb(186,113,139); }

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