Html Css Color HEX #BA618B Tapestry

📋 copy color: '#BA618B'

red 186 ◦ green 97 ◦ blue 139

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

Shades of Tapestry #BA618B

Tints of Tapestry #BA618B

RGB

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

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

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

R = 44.08%
G = 22.99%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BA618B (or 0xBA618B) is known color: Tapestry. HEX triplet: BA, 61 and 8B. RGB value is (186,97,139). Sum of RGB (Red+Green+Blue) = 186+97+139=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 97 (38.28% from 255 or 22.99% from 422); Blue value is 139 (54.69% from 255 or 32.94% from 422); Max value from RGB is 186 - color contains mainly: red. Hex color #BA618B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA618B is #459E74. Grayscale: #808080. Windows color (decimal): -4562549 or 9134522. OLE color: 9134522.

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

Color convert

RGB 186 97 139 -
CMYK 0 0.48 0.25 0.27
HSL 331.69º 0.39% 0.55% -
HSV(B) 331.69º 0.48% 0.73% -
XYZ 29.18 20.85 26.91 -
YUV 128.4 133.99 169.08 -
System Red Green Blue C M Y K H S L
Decimal 186 97 139 0 0.48 0.25 0.27 331.69 0.39 0.55
Hex BA 61 8B 0 30 19 1B 14C 27 37
Octal 272 141 213 0 60 31 33 514 47 67
Binary 10111010 1100001 10001011 0 110000 11001 11011 101001100 100111 110111

Color Harmonies of #BA618B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA618B

Black with #BA618B

Text Example


Text Example

White with #BA618B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA618B; }

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

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

background-color css

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

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

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

border-color css

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

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

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