Html Css Color HEX #BA7A89 Tapestry

📋 copy color: '#BA7A89'

red 186 ◦ green 122 ◦ blue 137

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

Shades of Tapestry #BA7A89

Tints of Tapestry #BA7A89

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.42%

 BLUE value IS 137 (53.91% from 255) = 30.79%

R = 41.8%
G = 27.42%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BA7A89 (or 0xBA7A89) is known color: Tapestry. HEX triplet: BA, 7A and 89. RGB value is (186,122,137). Sum of RGB (Red+Green+Blue) = 186+122+137=445 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.80% from 445); Green value is 122 (48.05% from 255 or 27.42% from 445); Blue value is 137 (53.91% from 255 or 30.79% from 445); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7A89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7A89 is #458576. Grayscale: #8E8E8E. Windows color (decimal): -4556151 or 9009850. OLE color: 9009850.

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

Color convert

RGB 186 122 137 -
CMYK 0 0.34 0.26 0.27
HSL 345.94º 0.32% 0.6% -
HSV(B) 345.94º 0.34% 0.73% -
XYZ 31.72 26.16 27.05 -
YUV 142.85 124.7 158.78 -
System Red Green Blue C M Y K H S L
Decimal 186 122 137 0 0.34 0.26 0.27 345.94 0.32 0.6
Hex BA 7A 89 0 22 1A 1B 15A 20 3C
Octal 272 172 211 0 42 32 33 532 40 74
Binary 10111010 1111010 10001001 0 100010 11010 11011 101011010 100000 111100

Color Harmonies of #BA7A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7A89

Black with #BA7A89

Text Example


Text Example

White with #BA7A89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7A89; }

 p { color: rgb(186,122,137); }

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

background-color css

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

 a { background-color: rgb(186,122,137); }

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

border-color css

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

 span { border-color: rgb(186,122,137); }

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