Html Css Color HEX #BA7179 Tapestry

📋 copy color: '#BA7179'

red 186 ◦ green 113 ◦ blue 121

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

Shades of Tapestry #BA7179

Tints of Tapestry #BA7179

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 28.81%

R = 44.29%
G = 26.9%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BA7179 (or 0xBA7179) is known color: Tapestry. HEX triplet: BA, 71 and 79. RGB value is (186,113,121). Sum of RGB (Red+Green+Blue) = 186+113+121=420 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.29% from 420); Green value is 113 (44.53% from 255 or 26.90% from 420); Blue value is 121 (47.66% from 255 or 28.81% from 420); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7179 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7179 is #458E86. Grayscale: #878787. Windows color (decimal): -4558471 or 7958970. OLE color: 7958970.

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

Color convert

RGB 186 113 121 -
CMYK 0 0.39 0.35 0.27
HSL 353.42º 0.35% 0.59% -
HSV(B) 353.42º 0.39% 0.73% -
XYZ 29.61 23.63 21.09 -
YUV 135.74 119.68 163.85 -
System Red Green Blue C M Y K H S L
Decimal 186 113 121 0 0.39 0.35 0.27 353.42 0.35 0.59
Hex BA 71 79 0 27 23 1B 161 23 3B
Octal 272 161 171 0 47 43 33 541 43 73
Binary 10111010 1110001 1111001 0 100111 100011 11011 101100001 100011 111011

Color Harmonies of #BA7179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7179

Black with #BA7179

Text Example


Text Example

White with #BA7179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7179; }

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

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

background-color css

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

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

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

border-color css

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

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

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