Html Css Color HEX #BA6189 Tapestry

📋 copy color: '#BA6189'

red 186 ◦ green 97 ◦ blue 137

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

Shades of Tapestry #BA6189

Tints of Tapestry #BA6189

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.1%

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

R = 44.29%
G = 23.1%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BA6189 (or 0xBA6189) is known color: Tapestry. HEX triplet: BA, 61 and 89. RGB value is (186,97,137). Sum of RGB (Red+Green+Blue) = 186+97+137=420 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.29% from 420); Green value is 97 (38.28% from 255 or 23.10% from 420); Blue value is 137 (53.91% from 255 or 32.62% from 420); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6189 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6189 is #459E76. Grayscale: #808080. Windows color (decimal): -4562551 or 9003450. OLE color: 9003450.

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

Color convert

RGB 186 97 137 -
CMYK 0 0.48 0.26 0.27
HSL 333.03º 0.39% 0.55% -
HSV(B) 333.03º 0.48% 0.73% -
XYZ 29.04 20.79 26.15 -
YUV 128.17 132.99 169.25 -
System Red Green Blue C M Y K H S L
Decimal 186 97 137 0 0.48 0.26 0.27 333.03 0.39 0.55
Hex BA 61 89 0 30 1A 1B 14D 27 37
Octal 272 141 211 0 60 32 33 515 47 67
Binary 10111010 1100001 10001001 0 110000 11010 11011 101001101 100111 110111

Color Harmonies of #BA6189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6189

Black with #BA6189

Text Example


Text Example

White with #BA6189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6189; }

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

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

background-color css

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

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

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

border-color css

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

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

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